body {
	background-color: #000000;
	margin-top: 0px;
}
.style2 {color: #DCDCDC}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.style4 {
	font-size: x-small;
	font-weight: bold;
}
.style5 {font-size: small}
.style6 {
	color: #DCDCDC;
	font-size: small;
	font-weight: bold;
}
a:link {
	color: #E2E2E2;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #E2E2E2;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #E2E2E2;
}