

a:active {
	text-decoration: none;
	color: #003300;
}

a:visited {
	text-decoration: none;
	color: #003300;
}

a:hover {
	text-decoration: bold;
	color: #00CC00;
}

a:link {
	text-decoration: none;
	color: #003300;
}

body {
	font-family: Arial;
	font-size: 12pt;
	background-color: #ffffcc;
	color: #330000;
	}