
body {background-image:url('background.png');}
body {color:ffffff;
font-family:"Verdana";
font-size:14px;
}

a:link {color:#ffffff; text-decoration:none;}      /* unvisited link */
a:visited {color:#ffffff; text-decoration:none;}  /* visited link */
a:hover {color:#f0c844; text-decoration:underline;}  /* mouse over link */
a:active {color:#ffffff; text-decoration:none;}  /* selected link */

a.blue:link {color: #000000; text-decoration:none;}
a.blue:active {color: #000000; text-decoration:none;}
a.blue:visited {color: #000000; text-decoration:none;}
a.blue:hover {color: #1a3777;  text-decoration:underline;}

table, th, td
{
border: 1px solid ffffff;
}
table, td, th
{
border:1px 1a3777;
}
th
{
background-color:f0c844;
color:1a3777;
}
