@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
}
a:link {
	color: #90F6F8;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #90F6F8;
}
a:hover {
	text-decoration: underline;
	color: #e0fbfb;
}
a:active {
	text-decoration: none;
	color: #90F6F8;
}
body,td,th {
	color: #78DADB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.maintext {font-family: Verdana, Arial, Helvetica, sans-serif}
.entertext {font-size: 18px}
.titles {font-size: 16px; }
.titlesbold {font-size: 16px; font-weight: bold; }
.yellowtext {
	color: #FFFF00;
	font-weight: bold;
}
.gallerypurple {	font-size: 24px;
	color: #660099;
font-weight: bold
}