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


