body {background-image: url('../images/bg-image.gif'); } 

table { background: white}


h1, h2, h3
{
font-family: verdana, arial, 'sans serif'; 
}

table, p, li
{
font-family: verdana, arial, 'sans serif'; 
}

ul
{
list-style: disc; 
}

ol
{
list-style: decimal; 
}

td
{
font-size: 75%; TEXT-ALIGN: justify
}

h1, h2, h3, hr 
{
color:#000000; 
}

img
{
a:link    {color:#000000}
a:visited {color:#000000}
}
a:hover   {background-color:#000000}
a:link    {color:#000000}
a:visited {color:#FF3333; font-style: italic}
a:active  {color:black}
a:hover   {color:white}
A { text-decoration:none }