body {
  background: #FFFFFF;
  color: black;
  margin-left: 5%;
  margin-right: 5%;
  font-family: Tahoma, Optima, Arial, sans-serif;
}

table, th, td {
  font-family: Tahoma, Optima, Arial, sans-serif;
}

.url  {
  font-size: 85%;
}

.footer {
  font-size: 85%;
  font-style: italic;
  text-align: center;
}

.center {
  text-align: center;
}

ul {
  list-style-type: square;
  line-height: 110%;
}

a:link {
  font-weight: normal;
  color: #03F;
  background: none;
}

a:visited {
  color: #69F;
  background: none;
}

a:active {
  text-decoration: none;
  color: #F00;
  background: none;
}

a:hover {
  color: #03F;
  background: #FF0;
}

