.texto{
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
	color: #ffcc42;

}
.texto-boton{
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
	color: #1A1A18;

}
body {
	background-color: #1A1A18;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

