body
	{
	text-align:center;
	font-family:"Georgia";
	font-size:100%;
	/*
	background-color:rgb(153,204,51);
	*/
	background-color:#c5dde3;
	/*
	color:rgb(208,208,208);
	*/
	color:white;
	}
	#viewport
		{
		text-align:left;
		margin:0 auto;
		width:1000px;
		height:675px;
		background-image:url(foreground.png);
		background-repeat:no-repeat;
		background-position:center;
		}
		#content
			{
				padding:25px;
			}

a
	{
	text-decoration:none;
	/*
	color:rgb(208,208,208);
	*/
	color:white;
	}
a:hover
	{
	/*
	color:rgb(153,204,51);
	*/
	color:#c5dde3;
	}

h1
 {
	text-align:center;
	font-style:italic;
	margin-bottom:0;
	}

h2
	{
	margin-top:0;
	text-align:center;
	font-size:small;
	font-weight:bold;
	font-style:none;
	}

img
	{
	border-width:0;
	}