body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.textorojo{
	color: #FF0000;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 13px;
}
.textoblanco{
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 13px;
}
.titulo {
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 18px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 13px;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 13px;
}
a:hover {
	text-decoration: none;
	color:#FF0000;
	font-family: "Trebuchet MS";
	font-size: 13px;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 13px;
}
z