/* CSS Document */

body, html {
margin:0;
background: black;
font-size: 10px;
color: #FFFFFF;
font-family:Helvetica, Arial, Verdana;
font-weight: normal
line-height: 15px;;
}
a:link
{
	color:#999;
	text-decoration: none;
}

a:visited {
	color:#CCC;
	text-decoration: none;
}

a:hover
{
	color:#999;
	text-decoration: underline;
}

a:active
{
	color:#999;
	text-decoration: underline;
}