@charset "utf-8";
/* CSS Document */
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.texto {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#707070;
}
.a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8B8207;
	font-weight: bold;
}
.a:link {
	text-decoration: none;
}
.a:visited {
	text-decoration: none;
	color: #8B8207;
}
.a:hover {
	text-decoration: none;
	color: #D2C40B;
}
.a:active {
	text-decoration: none;
	color: #8B8207;
}