a:link {
	color: #999900;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

a:visited {
	color: #66FFCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: oblique;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	color: 66ff00;
}

a:active {
	color: #66FF33;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: oblique;
	font-weight: bold;
}

a.nav:link {
	color: #999900;
	padding: 2px;}

a.nav:visited {
	color: #66ffcc;
	padding: 2px;
}

a.nav:hover {
	color: #66FF00;
	background-color: #663300;
	padding: 2px;
}

