@charset "utf-8";
/* CSS Document */
body{font-family:Georgia, "Times New Roman", Times, serif;}
a:link {color:#FFCC00;
	text-decoration:none;}
a:hover {
	background-color:#666666;}
#container{width: 100%;}
#masthead{
	color: #660000;
}
#navbar{
	font-size: 14px;
	background-color: #660000;
	font-weight: bold;
	text-decoration: none;
	color: #FFCC00;
	
}
#content{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#660000;
	font-size: 14px;
	
	}

