body { color: black;}

table, td 
{
   color: black;
   font-family: "Verdana", "Sans-Serif";
   font-size: 12px;
}

p, ul, ol, dl, br
{
   color: black;
   font-family: "Verdana", "Sans-Serif";
   font-size: 12px;
}

a:link 
{ 
   color: #ff0000; 
   text-decoration: none;
   font-family: "Verdana", "Sans-Serif";
   font-size: 12px;
}

a:visited 
{ 
   color: #800000; 
   text-decoration: none;
   font-family: "Verdana", "Sans-Serif";
   font-size: 12px;
}
a:active { 
   color: #0000ff; 
   text-decoration: none;
   font-family: "Verdana", "Sans-Serif";
   font-size: 12px;
}
a:hover
{
   color: 000000;
   text-decoration: none;
   background-color: #FFCC44;
   font-family: "Verdana", "Sans-Serif";
   font-weight: 700;
   font-size: 12px; 
}

h1
{
   color: black;
   font-family: "Verdana", "Sans-Serif";
   font-size: 18px;
}
h2
{
   color: black;
   font-family: "Verdana", "Sans-Serif";
   font-size: 16px;
}
h3
{
   color: black;
   font-family: "Verdana", "Sans-Serif";
   font-size: 14px;
}
h4
{
   color: black;
   font-family: "Verdana", "Sans-Serif";
   font-size: 10px;
}