body {
  color: #333333;
  font-size: 90%;
  margin-top: 0px;
  background-color: white;
}

img {
  /*  background-color: white;
  border: 2px solid gray;
  padding: 10px;
  margin-top: 2px; */
}

img.protect {
  background-color: white;
  border: 0px solid gray;
  padding: 0px;
  margin-top: 0px;
}


h1 {
  font-size: 480%;
  letter-spacing: -0.13em; 
  line-height: 0.9em;
  color: black;
  border-bottom: 2px solid black;
  margin-bottom: 0px;
  padding-bottom: 5px;
  font-family: sans;
  background-color:white;
}

h1 a {
  color: black;
  text-decoration: none;
}

h2 {
  font-size: 200%;
  letter-spacing: -0.1em; 
  line-height: 0.9em;
  color: black;
  margin-bottom: 10px;
  font-family: sans;
}

address {
  color: black;
  border-top: 2px solid black;
  margin-top: 15px;
  padding-top: 5px;
}

table.menu {
  border-bottom: 2px solid black;
  margin-bottom: 5px;
}

tr.menu {

}

td.menu {
  font-size: 120%;
  letter-spacing: -0.05em; 
  line-height: 0.9em;
  color: black;
  font-family: sans;
  background-color:#F0F0FF;
  text-align: center;
  padding: 5px;
}

td.menu a {
  color: #AA6633;
  text-decoration: none;
}
