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

BODY {
background-color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}

A:link {
	COLOR: #34AEFF; TEXT-DECORATION: none
}
A:visited {
	COLOR: #34AEFF; TEXT-DECORATION: none
}

A:Hover{
	color: #34AEFF; text-decoration : underline;
}