body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : small; 
	font-style : normal; 
	color : #cccccc;
	background-color: Black;
}
a:link {
	color: #ff0000;
	text-decoration: none;
   font: bold;
} 
a:visited {
	color : #ff0000; 
	text-decoration : none;
   font: bold;
} 
a:hover {
	color : #ffffff; 
	text-decoration : none;
	font: bold;
}
a:active {
	color : #ffcc00; 
	text-decoration : none;
	font: bold;
}
.branco {
	color: #FFFFFF;
}