@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
	margin-top: 0px;
}
.style1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
}
.style2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#F00;
}
.style3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFF;
}
.style4 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#F00;
}
.style5 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#F00;
}
.style6 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
