a:link {
	color: #FFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFF;
	text-decoration: underline;
}
a:active {
	color: #00CC00;
	text-decoration: none;
}
body {
	font-family: Garamond, "Times New Roman", "MS Serif";
	font-size: medium;
	font-weight: normal;
}
