body {
  background-color: #ffffff;
  background-image: url(imagenes/tirafondo.jpg);
  background-repeat: repeat-x;
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: x-small;
  color: #656E7F;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: x-small;
    color: #656E7F;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: x-small;
    color: #656E7F;
}

a:link {
	color: #656E7F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #656E7F;
}
a:active {
	text-decoration: none;
	color: #666666;
}
