body {
	background-color: #000000;
	margin-top: 0px;
	margin-left: 0px;
}
.style1 {
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.style2 {
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.style3 {
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FDFDFD;
}
a:hover {
	text-decoration: none;
	color: #00A6AD;
}
a:active {
	text-decoration: none;
	color: #FDFDFD;
}

