BODY{
  background-color : #999999;
  font-size : 13px;
  font-family : "‚l‚r ‚oƒSƒVƒbƒN";
}
H1{
  font-size : 13px;
  color : #ffffff;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  padding-bottom : 5px;
}
A{
  color : #ffff00;
}
.menu_bt {
 font-size:13px;
 text-align:left;
 font-weight : bold;
 color:#333333;
 height:32px;
 width:220px;
 border-bottom:1px solid #999999;
 overflow: hidden;
 background-image: url('menu_on.gif') !important;
}
.menu_bt a {
 background-image: url('menu_off.gif');
 color:#FFFFFF;
 text-decoration: none;
 height:32px;
 width:220px;
 display:block;
 margin:0px 0px 0px 0px;
 padding:10px 0px 0px 20px;
}
.menu_bt a:hover{
 text-decoration: none;
 color:#333333 !important;
 background: none;
}