body, tr, td { 
  color: black;
  margin-left: 5%;
  margin-right: 5%;
  font-family: Optima, Arial, sans-serif; 
}

.url { 
  font-size: 85%; 
}

.highlight {
    font-weight: bold;
    color: #F33;

}

.footer {
  text-align: center;
  text-style: italic;
  font-size: 85%;
}
A:link {
  font-weight: normal;
  color: #03F;
  background: none;
}

A:visited {
  color: #F3F;
  background: none;
}

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

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