body a:link {
	color: blue;
	text-decoration: none;
}
body a:visited { 
	color: blue; text-decoration: none 
}
body a:hover { 
	color: red; text-decoration: underline overline 
}
.texto		{
	font-family: Verdana;
	font-size: 7.5pt;
	color:#693E35;
	font-style: normal;
	line-height: normal;
}
.titulo		{
	font-family: Verdana;
	font-size: 7.5pt;
	color:#FF8000;
	font-weight: bold;
}