/* CSS Document */
    A:link {
     text-decoration: none;
   }
    A:active {
     text-decoration: none;
   }
    A:visited {
     text-decoration: none;
   }
   A:hover { text-decoration : underline;}
.Estilo1 {
	color: #9900FF;
	font-family: Century;
}
.Estilo2 {
	color: #FF4040;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	font-family: Century;
}
.negro {
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	font-family: Century;
}
.verde {
	color: #007900;
	font-family: Century;
}
