BODY {
  background: #ffffff;
}

A {
  color: #ffffff;
  text-decoration: underline;
}
A:hover {
  color: #ffffff;
  text-decoration: none;
}
A.footer {
	color: #006AA4;
	text-decoration: underline;
}
A.footer:hover {
	color: #006AA4;
	text-decoration: none;
}
A.ver {
	color: #009900;
	text-decoration: underline;
}
A.ver:hover {
	color: #009900;
	text-decoration: none;
}
.menu {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}
.footer {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #006AA4;
	font-weight: bold;
}
.titulo {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #006AA4;
	font-weight: bold;
}
.texto {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #666666;
}
.ver {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #009900;
	font-weight: bold;
}
