a:link {
	color: #FFFFCC;
	text-decoration: none;
}
a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #FFFFCC;
}
a:active {
	text-decoration: none;
	color: #FFFFCC;
}


.maintext {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #FFFFCC;
}
.maintext_dark {

	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #233947;
}
.headingtext_dark {


	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	color: #233947;
}
.maintext_neon {


	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #3366CC;
}
.headingtext {

	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	color: #FFFFCC;
}

