A {
  text-decoration : underline;
  color:#008000;
  cursor : pointer;
  background-attachment : scroll;
}
a:hover {
  text-decoration:underline;
  color:#008000;
}
TR,TD {
  font-size:10pt;
  line-height: 16px;
  list-style-type : disc;
}
#title {
  font-size:15pt;
  line-height: 30px;
  font-weight:bolder;
}
#menu {
  font-size:11pt;
  line-height: 20px;
  font-weight:bolder;
  color:#FFFFFF;
}
#tel {
  font-size:18pt;
  line-height: 20px;
  font-weight:bolder;
  color:#FFFFFF;
}
#small {
  font-size:8pt;
  color:#4A5331;
  line-height: 18px;
}
hr {
  color: #000000;
  background-color: #000000;
  height: 1px;
  border: 0px;
}
body{
  margin-top:0;
  margin-bottom:0;
  margin-right:0;
  margin-left:0;
  background-color:#FFFFFF;
  color:#4C4C4C;
}