body,td,th {
	font-family: Times;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 0%;
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
}
a {
	color: rgb(204, 51, 204);
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: rgb(0, 204, 51);

}
a:hover {
	text-decoration: none;
	color: rgb(51, 204, 255);
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: rgb(51, 204, 255);
}










