.textopeq {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-weight : bold;
}

.texto{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 20px;
	text-align : center;
	
}
A:VISITED {
	text-decoration : none;
}

A:HOVER {
	color : Blue;
}
A {
	color : Black;
}


