.Estilo1 {
	font-family: Forte;
	font-size: 72px;
	color: #99CC00;
}
.Estilo2 {font-family: "Trebuchet MS", Tahoma, "Segoe UI"}
.Estilo3 {font-family: "Trebuchet MS", Tahoma, "Segoe UI"; font-weight: bold; }
a:link {
	color: #0099CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0099CC;
}
a:hover {
	text-decoration: underline;
	color: #0099CC;
}
a:active {
	text-decoration: none;
	color: #0099CC;
}
a {
	font-weight: bold;
}
body {
	background-color: #000000;
}
body,td,th {
	color: #CCCCCC;
}