/* CSS Document */

html { height:100%; }

body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

a{
	color: #CCCCCC; 
    font-size:9px;
	text-decoration:none;
}

a:link { 
	color: #CCCCCC; 
	text-decoration:none;
}

a:visited { 
	color: #CCCCCC;
}

a:active { 
	color: #CCCCCC;
}

a:hover { 
	color: #999999;
}

