.texto1 {
	font-family: "palatino Linotype";
	font-size: 16px;
	color: #757575;
	font-weight: bold;
}
.texto2 {
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
}
.texto3 {
	font-family: "palatino Linotype";
	font-size: 18px;
	color: #990000;
}

a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}
