body
{
  background: NavajoWhite;
  text: black;
  link: red;
  vlink: red;
  alink: red;
  font: bold 12pt Tahoma, Arial, Helvetica, sans-serif;
}
p.mega
{
  font: bold 24pt Tahoma;
}
#tabbar
{
  position: static;
  left: 0px;
  top: 0px;
  height: 12;
  z-index: 5;
  font: bold 10pt Tahoma;
  color: saddlebrown;
  white-space: nowrap;
  padding: 5px 5px 5px 5px;
}
#tabbar span
{
  padding: 0 3px 0 3px;
  border: 1px dashed black;
  border-bottom: none;
  -moz-porder-radius: 12px 12px 0 0;
  white-space: nowrap;
}
#tabbar .current
{
  background: SaddleBrown;
  color: tan;
  position: static;
  left: 0px;
  top: 0px;
  height: 12;
  z-index: 5;
  font: bold 10pt Tahoma;
  white-space: nowrap;
  padding: 0px 10px 0px 10px;
}
#tabbar a 
{
  background: tan;
  color: Saddlebrown; 
  text-decoration: none;
  padding: 0 8px 0 8px; 
  border: 2px outset #660000; 
  border-bottom: none;
  -moz-border-radius: 12px 12px 0 0; 
  white-space: nowrap; 
} 
#tabbar a:hover 
{
  background: SaddleBrown;
  color: White;
} 
#tabbar a:active 
{
  background: Tan;
  color: Black;
}
