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

body{
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;}

.titulopagina	{
	font-size:14px;
	color:#F90;
	font-weight:bold;
}
	
.titulo	{
	font-size:14px;
	color:#FFFFFF;}
	
a:link	{
	color:#FFFFFF;
	text-decoration:underline;}
	
a:visited	{
	color:#FFFFFF;
	text-decoration:underline;}
	
a:hover	{
	color:#999999;
	text-decoration:underline;}
	
a:active	{
	color:#FFFFFF;
	text-decoration:underline;}
