.footer {
	font-family: Tahoma;
	font-size: 10px;
	color: #0081c7;
}
.txt {
	font-family: Tahoma;
	font-size: 11px;
	color: #535353;
}
.linea {
	font-family: Tahoma;
	font-size: 9px;
	color: #e2e2e2;
}
.titulo {
	font-family: Tahoma;
	font-size: 11px;
	color: #0081c7;
	font-weight: bold;
}
.menu {
	font-family: Tahoma;
	font-size: 10px;
	color: #535353;
	font-weight: bold;
}

BODY {
  background: #ffffff;
}

A {
  color: #666666;
  text-decoration: none;
}

A:hover {
  color: #666666;
  text-decoration: underline;
}