a:link {
	color: #009933;
	text-decoration: overline;
}
a:visited {
	color: #FF0066;
	text-decoration: line-through;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #33FFFF;
	text-decoration: line-through;
}
body {
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	color: #000000;
}

