BODY
{
scrollbar-DarkShadow-Color:#886611;
scrollbar-Track-Color:#ffdd77;
scrollbar-Face-Color:#eecc66;
scrollbar-Shadow-Color:#bb8833;
scrollbar-Highlight-Color:#ddbb55;
scrollbar-3dLight-Color:#ffeeaa;
scrollbar-Arrow-Color:#ff5500;
}
.space {
font-family: Arial;
font-size: 2px;
}
a {
font-family: Arial;
font-size: 9.5px;
color : #000080;
text-decoration : none;
}
a:link {
font-family: Arial;
font-size: 9.5px;
color : #000080;
text-decoration : none;
}
a:visited {
font-family: Arial;
font-size: 9.5px;
color : #000080;
text-decoration : none;
}
a:hover {
font-family: Arial;
font-size: 9.5px;
color : #ff0000;
text-decoration : none;
}
.countdown {
font-size: 15px;
font-family: Arial Black;
color : #1a138f;
text-decoration : none;
}
  .menu
  {
   background-color:#CC6600;
   border:1px solid darkblue;
   width:146px;
   font-size:10px;
   font-family:arial;
   position: absolute;
   font:bold;
   color: #ffffff;
   cursor: hand;
  }
  .item_panel
  {
    width:146px;
    border-left:1px solid darkblue;
    border-right:1px solid darkblue;
    clip:rect(0,150,0,0);
    position:absolute;
  }
  .item_panel a
  {
   text-decoration:none;
   color:black;
   cursor:hand;
  }
  .item
  {
   background-color: #FFDD77;
   width: 146px;
   font-size: 9px;
   font-weight: bold;
   font-family: arial;
   color: #330000;
   
  }