BODY {
  font-family: verdana, helvetica, sans-serif;
  font-size: 12px;
}

TD {
  font-family: verdana, helvetica, sans-serif;
  font-size: 12px;
}

td.menu {
   background-color : #efefef;
}
.menu h1 {
  font-size : 24px;
}

.menu h2 {
  font-size : 16px;
  background-color : gainsboro ;
}
.menu ul {
  list-style : none;
}

ADDRESS {
  font-size: 10px;
  font-style: normal;
}

H1 {
  font-size: 32px;
  text-align: center;
}
H2 {
  font-size: 20px;
  text-align: left;
}

A:link {text-decoration: underline; color: #084;}
A:visited {text-decoration: underline; color: #084;}
A:active {text-decoration: underline; color: #042;}
A:hover {text-decoration: underline; color: #042;}
