/* CSS Document */
<style type="text/css">



a:link {  text-decoration: underline;}
a:active {   color: #0000ff; text-decoration: underline;}
a:hover {    color: #666666; text-decoration: NONE; background:#ffffcc}
a:visited {  color: #0000FF; text-decoration: underline}

.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-position: center center;
	text-align: center;

}
.texto2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ff6600;
	background-position: center center;
}
.texto3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-position: center center;
}

</style>
