@charset "utf-8";
body {
	margin: 0px;
	background-color: #003EC5;
	background-image: url(img/fnd.png);
	font-family: "Trebuchet MS";
	font-size: 10px;
}
.texto {
	color: #FFFFFF;
	font-size: 110%;
}
.texto a{
	color: #FFFFFF;
}
.texto a:hover{
	color: #FFCC00;
}
