/********* main.css ***********/

/********* HTML Tags **********/

body {
	background-color: #000000;
}

a {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #FFFF00;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #CECE00;
}

a:active {
	color: #FF0000;
}

hr {
	color: #999999;
	width: 500px;
	align: center;
}

/********** Classes ************/

.mainText {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}
.titleHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	/*background-position: center;*/
}
.titleSub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #CCCCCC;
}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #000099;
	text-align: center;
}
