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