@charset "UTF-8";

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* Centre for ie5 but left align in container */
	color:#0FF;
	background:#000000;
}

.mightybright #container {
	width: 875px;  
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #CCC; */	
	padding: 0;
}

.mightybright #mainContent {
	padding: 0 1px; /* padding is the space inside the div box and margin is the space outside the div box */
	background: #000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 0;
	clear:both;	
}

.mightybright #footer {
	padding: 8px 8px; /* padding is the space inside the div box and margin is the space outside the div box */
	background: #000;
	color:#666666;
	font:12px Verdana, Arial, Helvetica, sans-serif;
}

.style1 {
	color: #CCFF99;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.style2 {color: #66FFFF}

a:link {
	color: #FFFF66;
	text-decoration: none;
}
a:visited {
	color: #FFFF66;
	text-decoration: none;
}
a:hover {
	color:#FF0000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
.style3 {color: #66FFFF; font-family: Arial, Helvetica, sans-serif; }
.style4 {font-family: Arial, Helvetica, sans-serif}
.style5 {font-size: 18px}
.style6 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.style8 {
	font-size: 14px;
	font-weight: bold;
	color: #00FFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.style15 {color: #CCCCCC}

