a:link {
	color: #339900;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #339900;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #66CC00;
}
.novice {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}
