.main {
	color : #FFFFFF;
	font : 12px;
}

A.main {
	color : #FFFFFF;
	text-decoration : none;
}

A.main:HOVER {
	color : White;
	text-decoration : none;
	background-color : #a347c3;
}

.bodytext {
	color : #0099FF;
	font : 12px;

}

A.bodytext {
	color : #0099FF;
	text-decoration : underline;
}

A.bodytext:LINK {
	color : #0099FF;
	text-decoration : underline;
}

A.bodytext:HOVER {
	color : #0099FF;
	text-decoration : underline;
	

}

A.bodytext:VISITED {
	color : #CCCCCC;
	text-decoration : underline;

}
