@charset "utf-8";
body
{
	margin: 0px;
	background-color: #CCCC99;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: black;
	background-image: url('../img/website_background2.gif');
	background-repeat: repeat-y;
	background-position: top center;
}
.navlink
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	/*color: #FFFFCC;*/
	color: white;
	display: inline-block;
	text-decoration: none;
	padding: 7px;
}
.navlink:hover
{
	text-decoration: underline;
	color: #EEEEAA;
}

