body
	{
	link-color:3366ff;
	vlink=3366ff;
	}



div.titulo
	{
	font-family:verdana;
	font-size:12pt;
	font-weight:bold;
	color:red;
	text-align:center;
	}
div.texto
	{
	font-family:verdana;
	font-size:10pt;
	color:blue;
	text-align:justify;
	}
a:link
	{
	color:3366ff;
	text-decoration:none;
	
	}
a:visited
	{
	color:3366ff;
	text-decoration:none;
	}
a:hover
	{
	
	color:3366ff;
	text-decoration:none;
	font-weight:bold;
	}