.names
{  font-size: 26px;
   color: #333366;
   font-weight: bold;
}
.menu
{  font-weight: bold;
   font-size: 13px;
   color: #ffffff;
   width: 160px;
   height: 25px;
   border: medium outset #bbbbbb; 
   background-color: #333366;
   text-decoration: none;
   text-align: center;
   padding: 3px;
}
.menu a
{  text-decoration: none;
   color: #ffffff;
}
#thispage
{  font-weight: bold;
   font-size: 13px;
   color: #333333;
   width: 160px;
   height: 25px;
   border: thick inset #dddddd; 
   background-color: #ff9966;
   text-decoration: none;
   text-align: center;
   padding: 3px;
}
.mainmenu a
{  font-weight: bold;
   color: #ffffff;
   width: 230px;
   height: 25px;
   text-decoration: none;
   text-align: center;
   padding: 3px;
}
.menu a:hover
{  color: #ff9966;
}
.mainmenu a:hover
{  color: #333333;
   background-color: #ff9966;
}
.contents
{  margin-top: 10px;
   margin-right: 10px;
   margin-left: 10px;
}
.address
{  font-size: 12px;
   font-weight: bold;
   color: #444444;
}