
a {
  font-family: Verdana;
  font-size: 10px;
  font-weight: bold;
  color: #566f8b;
  text-decoration: none;
} 

a:hover {
  color: #0000ff;
  text-decoration: underline;
}
H1 {
	font-family: Verdana;
	font-size: smaller;
	font-weight: bold;
	text-align : center;
}
H2 {
	font-family: Verdana;
	font-size: xx-small;
	font-weight: normal;
	text-align : center;
	}
td {
	font-family: Verdana;
	font-size: xx-small;
}

p {
	color: #000000;
	font-size: x-small;
	font-family: Verdana, sans-serif;
	text-align : justify;
}

li {
  font-size: x-small;
  font-family: Verdana, Arial;
  list-style-type: none;
  list-style-image: url("imagenes/punto.gif");
}

