body {
	background-color: #005500;
	color: #ffffff;
}
a:link, a:visited, a:active {
	color: #cccc33;
}
a:hover {
	color: #ffff33;
}
a#nav_link {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a#nav_link:visited, a#nav_link:link, a#nav_link:active {
	color: #ffffff;
}
a#nav_link:hover {
	color: aaaaaa;
}