H1.site_logo{
  width : 800px;
  font-weight : normal;
  color : white;
  background-color : teal;
  padding-top : 12px;
  padding-left : 12px;
  padding-right : 12px;
  padding-bottom : 12px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
BODY{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-width : 0px 0px 0px 0px;
}
TABLE.menu{
  background-color : silver;
}
.menu td{
  background-image : url(btn01.gif);
  text-align : center;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  width : 158px;
  height : 28px;
}
ADDRESS{
  font-size : 80%;
  color : gray;
  text-align : center;
  font-style : normal;
  border-top-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-bottom-style : solid;
  border-top-color : gray;
  border-bottom-color : gray;
  border-right-color : gray;
}
DT{
  font-weight : bold;
  margin-left : 0.5em;
}
DD{
  margin-left : 2em;
}
.menu A{
  text-decoration : none;
  color : black;
}
.menu A:hover{
  text-decoration : underline;
  color : blue;
}
