      BODY {background-color: #FFCC99;
background-image: url(img/top.jpg);

       
        background-repeat: no-repeat;
        background-attachment: fixed};
     .link, A:link {
	color: #CC0000;
	text-decoration: none;
}
A:visited {
	text-decoration: none;
	color: #CC0000;


}
.active, A:active {
	color: #FF0000;
	text-decoration: none;

}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}


.normal{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	
}
		   
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #CC6600;
	font-style: italic;

	
}
.blk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990033;
	line-height: 18px;
}
p { margin-top: 3; margin-bottom: 3; }

.capital {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;

}
.figura {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a.myclass:hover {
	color: #ff0000;
	text-decoration: none;

}
