  body { 
    font-style: normal;
    font-weight: bold;
    font-size: 9pt;
    font-family: monospace,courier,tahoma,verdana,arial,helvetica,sans-serif;
    background: black;
    color: white;
    }

  a {
	color: red;
  }

.xstooltip 
{
    visibility: hidden; 
    position: absolute; 
    top: 0;  
    left: 0; 
    z-index: 2; 

    font: normal 8pt sans-serif; 
    padding: 3px; 
    border: solid 1px;
}

