body, td, th{
  font-family: sans-serif;
  font-size: small;
  }
h1 {
  text-align: center;
  font-family: sans-serif;
  color: green;
}
h2 {
  text-align: center;
  font-family: sans-serif;
}
#thin table {
  border: 2px solid navy;
  border-collapse: collapse; 
  }
#cleartable table {
  border: 1px solid white;
  }
.thin td {
  border: 1px solid navy;
  padding: 4px;
}
.high {
  line-height: 20px;
  text-transform: capitalize;
}
.menu a:link, .menu a:visited{
  text-decoration: none;
}
.menu {
  height: 30px;
  text-align: center;
  color: blue;
  font-size: medium;
  font-family: Times New Roman;
  font-weight: bold;
}
.ws td{
  vertical-align: top;
}

@media print {
  .noprint { display:none; }
}

