/* CSS Document */


BODY {
	margin-top: 0;
	background-color: #000000;
}

a:link {
	color: #339900;
	text-decoration: underline;
	font-family: Arial;
	font-size: 1em;
	font-style: normal;
}
a:visited { 
	color: #339900;
	text-decoration: underline;
	font-family: Arial;
	font-size: 1em;
	font-style: normal;
}
a:hover { 
	color: purple;
	text-decoration: underline;
	font-family: Arial;
	font-size: 1em;
	font-style: normal;
}
a:active { 
	color: #339900;
	text-decoration: underline;
	font-family: Arial;
	font-size: 1em;
	font-style: normal;
}



#regularContent{
	margin: 0;
	font-family: Arial;
	font-size: 1em;
	color: #ffffff;
	text-align: left;
}

