@charset "UTF-8";
/* CSS Document */


.nav {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-style: italic;
}


.nav a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #996600;
	text-decoration: none;
}



.nav a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #FFFFFF;
	text-decoration: none;
}

