body {
	margin: 0; 
	padding: 0;
	background-color:#000000; 
	background-attachment:fixed;
	background-repeat:repeat-x;
	}

.style1 {
	font-size: 16px;
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #999999;
}

.style2 {
	font-size: 11px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

.style3 {
	font-size: 12px;
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

a.grey:link {
	font-size: 11px;
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
	}
	
a.grey:visited {
	font-size: 11px;
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #666666;
	}
	
a.grey:hover {
	font-size: 11px;
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	}

