.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
	color: #00CCFF;
}
a:visited {
	text-decoration: none;
	color: #00CCFF;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
.body {
	margin: 0px;
	padding: 0px;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
