.mainbody {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #990000;
}
.redtext {

	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #C80505;
}
.whitetext {


	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

A:visited {
	color: #00FFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	background-color: #000000;
}

A:link {
	color: #009900;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

A:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #006600;
}

A:active {
	color: #009900; text-decoration: none;
}

.green {
	color: #009900;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
