body {
	background-color: #8B8970;
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #EED5B7;
}
div.header
	{
	position: static;
	display: block;
	width: 100%;
	text-align: right;
	}
div.content
	{
	position: static;
	display: block;
	width: 100%;
	}
div.footer
	{
	position: static;
	display: block;
	margin-top: 20px;
	text-align: center;
	width: 100%;
	}	
a:active
	{
	color: #FFFF66;
	text-decoration: underline;
	}
a:visited
	{
	color: #FFFFFF;
	text-decoration: underline;
	}
a:link
	{
	color:#FFFFFF;
	text-decoration: underline;
	}
a:hover
	{
	color: #FFCC00;
	text-decoration: underline;
	}
