@charset "utf-8";
.style1 {
	font-size: 24px
}
.style2 {color: #FFFFFF}
body {
	background-image: url();
	background-color: #000000;
}
.style5 {
	font-size: 36px;
	color: #FFFFFF;
}
a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000066;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #000066;
}
