div#tooltipDiv {
    padding: 3px;
    border: solid 1px #808080;
    display: none;
    background: #FFFFFF;
    color: #2B3D2B;
    font: 9px Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
    position: absolute;
    left: 0;
    top: 0;
   width: 250;
    z-index: 250;
    filter: alpha(opacity=85);
    -moz-opacity: .85;
}

A  {
  	font-size : small;
  	font-family : Century Gothic;
  	color : Red;
  	text-decoration : none;
  }
  
  A:Visited  {
  	text-decoration : none;
  	color : Olive;
  }
  
  A:Active  {
  	color : Blue;
  }
  
  A:Hover  {
  	color : #cc9933;
  	font-weight : bold;
  }
    
p.toplist  {
  	font-size : x-small;
  	font-family : verdana;
  	font-weight : normal;
  	color : Red;
  	text-decoration : none;
  }

  