.texto      {
	font-family: "Century Gothic";
	font-size: 12pt;
	color:white;
	background-color: green;
	font-weight: bold;

}

h2	{
	color: red;
}


a:link {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;

}
a:visited {
	text-decoration: none;
	color: #990033;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #CC3366;
}

