body {
	background-color: #006633;
	color: #ffffcc;
}
body,td,th {
	font-family: Tahoma;
	color: #ffffcc;
}
a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF6633;
}
a:hover {
	text-decoration: underline;
	color: #FFFF33;
}
a:active {
	text-decoration: none;
	color: #FF9966;
