h1 {
	font-family: "Trebuchet MS";
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
.texto {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FFFFFF;
}
a.texto {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

a.texto:hover {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
}
.textoCursiva {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #FFFFFF;
	font-style: italic;
}

a.textoCursiva {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #000000;
	font-style: italic;
}

a.textoCursiva:hover {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: Yellow;
	font-style: italic;
}
.textopeque {

	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
}
a.textopeque {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.textopeque:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
