.style1 {font-size: 16px}
.style2 {font-size: 16px; color: #99FF33; }
.style3 {
	color: #FF0000;
	font-size: 16px;
}

body,td,th {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #ffffff;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: line-through;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #ffffff;
}

.abody:link {
	color: #ff0000;
	text-decoration: underline;
}
.abody:visited {
	text-decoration: none;
	color: #ff0000;
}
.abody:hover {
	text-decoration: line-through;
	color: #ff0000;
}
.abody:active {
	text-decoration: none;
	color: #ff0000;
}


