html, body {
	margin: 0px;
	background-color: #000000;
}
.style1 {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 50px;
	letter-spacing: 10px
}
.style2 {
	color: #FFFFFF;
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 17px;
	font-style: italic;
	text-align: left;
	letter-spacing: 2px;
}
.style3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	letter-spacing: 3px;
}
.style4 {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 35px;
	letter-spacing: 1px
}
.style5 {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	letter-spacing: 1px
}
a:link {
	text-decoration: none;
	COLOR: #FFFFFF;
}
a:visited { 
	text-decoration: none;
	color: #FFFFFF; 
} 
a:hover { 
	color: #0099FF; 
}
table#repeat {
	background-repeat: no-repeat;
}