h1,h2,h3
{
 font-family: verdana, arial, 'sans serif'; 
}

p,table,li
{
font-family: verdana, arial, 'sans serif'; 
margin-left: 10pt;
}

table.sql, th
{
font-family: verdana, arial, 'sans serif';
margin-left: 0pt;
margin-top: 10px;
text-align: left;
vertical-align: bottom;
}

ul
{
list-style: disc; 
}

ol
{
list-style: decimal; 
}

body
{
 background-color: #ffffff;
 font-family: verdana, arial, 'sans serif'; 
 text-align: justify;
}

h1,h2,h3,hr 
{
color:black;
}

a:link    {color:green}
a:visited {color:green}
a:active  {color:red}
a:hover   {color:red}
A         {text-decoration:none}

div.token{background-color:#ddffdd;
  color:blue;
  border:2px solid white}
div.token.nofile{background-color:#dddddd;}
div.token.selected{background-color:yellow;
      color:red;}

table.token{background-color:#ddffdd;
  color:blue;
  border:2px solid white}
table.token.nofile{background-color:#dddddd;}
table.token.selected{background-color:yellow;
      color:red;}

