/* CSS Document */
<!--
body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow: hidden;
	font-family: Optima;
}
.Estilo1 {
font-size: medium; color: #333333; line-height: 2em;
}
.Estilo2 {
font-size: small; color: #FFA030; line-height: 2em;
}
.Estilo3 {
font-size: x-large;color: #CC0066;}
a:link {
	color: #CC0066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0066;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
-->
