body {
	background-color: #CC3300;
}
.menu {
	font-size: 14px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	text-align: center;
}
.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-align: justify;
}
.cabecero {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.tabla {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
}
a:link {
color: #000000; font-weight: normal; text-decoration: none; }
a:visited {
color: #000000; font-weight: normal; text-decoration: none; }
a:active {
color: #000000; font-weight: normal; text-decoration: none; }
a:hover {
	color: #000033;
	text-decoration: none;
	font-weight: normal;
}

