@charset "UTF-8";
/* CSS Document */
body{
color:#006aff;
	background-color:#000000;
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;}

img{border:none}
h1 {color:#FFF;
font-size:large;
font-family:Georgia, "Times New Roman", Times, serif;
}
h2 {color:#FFF;
font-size:large;}
h3{
	margin-bottom:0px;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #0099FF;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}

.style1 {font-weight: bold}

