a:link {
	color:#000000;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	cursor: pointer;
}
a:visited {
	color:#666666;
	text-decoration: underline;
}

h1 {
	font-family: "Trebuchet MS", Arial;
	font-size: xx-large;
}
h2 {
	font-family: "Trebuchet MS", Arial;
	font-size: x-large;
	color:#666666;
}
h3 {
	font-family: "Trebuchet MS", Arial;
	font-size: large;
	color:#999999;
}
.texto {
	font-family: "Trebuchet MS", Arial;
	font-size: normal;
}
.texto_super {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	vertical-align: super;
}
.texto_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}