
body {
  background-color: white;
  color: #210B61;
}

h1 {
  font: small Verdana, Helvetica, sans-serif; 
  font-size: 175%;
  background-color: white;
  color: #210B61;
}

table {
/*  text-align: center; */
  table-layout: fixed;
  font: small Verdana, Helvetica, sans-serif;
  font-size: 90%;
  background-color: white;
  color: #210B61;
}

a:hover { 
/*  font-weight: bold; */
  font-style: italic;
}

a {
  text-decoration: none;
  background-color: white;
  color: #210B61;
}

td {
  vertical-align: top;
  text-align: center; 
  background-color: white;
  color: #210B61;
}
