@charset "ISO-8859-1";
body {
	background-color: #080E4B;
}
.style1 {
	font-size: 10px;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.style2 {
	color: #6699FF;
	font-weight: bold;
}
a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #6699FF;
}
a {
	font-weight: normal;
}
