.rojo {
	color: #FF0000;
	text-decoration: none;
}

.rojo:hover {
	color: #000000;
	text-decoration: underline;
}
.fondo {
	background-color: #666666;
}