a:link {
	font-family: "Courier New", Courier, mono;
	font-size: small;
	font-weight: bold;
	text-decoration: underline;
	color: #3300CC;

}
a:visited {
	font-family: "Courier New", Courier, mono;
	font-size: small;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: "Courier New", Courier, mono;
	font-size: small;
	font-weight: bold;
	color: #CC3300;
	text-decoration: underline;
}
a:active {
	font-family: "Courier New", Courier, mono;
	font-size: small;
	font-weight: bold;
	color: #00CC00;
	text-decoration: underline;
}

