/* CSS definition file containing site wide stylesheets */

.reg:visited {
	color: rgb(223,0,50)
}

.reg:link {
	color: rgb(223,0,50)
}

.reg:active {
	color: rgb(223,0,50)
}

.body {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 12px;
 	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal
}

.maintext {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 12px;
 	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal
}

.TextNavBar {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10px;
 	color: rgb(255,255,255)
}

.credits {
	font-family: Verdana,  Tahoma,  Arial,  Helvetica,  Sans-serif;
 	font-size: 7px;
 	text-transform: uppercase;
 	color: rgb(192,192,192);
 	letter-spacing: 2px;
 	font-weight: normal;
 	font-style: normal
}

.reg:hover {
	color: rgb(48,63,132)
}