.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #336699;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.texto a {
	color: #336699;
	text-decoration: none;
}
.texto a:hover {
	color: #336699;
	text-decoration: underline;
}
.textomarco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding: 10px;
	background-color: #FFFF99;
	border: 1px solid #FFCC66;
}
.textomarco a {
	color: #CC0000;
	text-decoration: none;
}
.textomarco a:hover {
	color: #CC0000;
	text-decoration: underline;
}


}.border {
	border: 2px solid #FFCC66;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0000FF;
}

