@charset "utf-8";
.style1 {
	font-family: "Trebuchet MS", sans-serif, Geneva, Arial;
	font-size: large;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F5F5F5;
}
a:hover {
	text-decoration: none;
	color: #E60000;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

body {
	background-color: #000000;
}
a.estilo2:link {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
a.estilo2:visited {
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}
a.estilo2:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a.estilo2:active {
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}
a.estilo3:link {
	color: #00CCFF;
	text-decoration: none;
	font-weight: bold;
}
a.estilo3:visited {
	text-decoration: none;
	color: #00CCFF;
	font-weight: bold;
}
a.estilo3:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a.estilo3:active {
	text-decoration: none;
	color: #00CCFF;
	font-weight: bold;
}
a.estilo4:link {
	color: #FFCC00;
	text-decoration: none;
	font-weight: bold;
}
a.estilo4:visited {
	text-decoration: none;
	color: #FFCC00;
	font-weight: bold;
}
a.estilo4:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a.estilo4:active {
	text-decoration: none;
	color: #FFCC00;
	font-weight: bold;
}
.style2 {
	font-family: "Trebuchet MS", sans-serif, Geneva, Arial;
	font-size: large;
	color: #F90;
}
.style3 {
	font-family: "Trebuchet MS", sans-serif, Geneva, Arial;
	font-size: large;
	color: #FC3;
}
