/* CSS Document */
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Optima;
}
.Estilo1 {
		color: #FFFFFF;
		font-size: xx-large;}
.Estilo2 {
	font-size: x-large;
	color: #777777;
	background-color: #FFFF00;
}
.Estilo3 {color: #777777; font-size: medium;}
a:link {
	text-decoration: none;
	color: #FF0000;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
	color: #FFFF00;
}
-->

