h1,h2,h3
{
font-family: "lucida calligraphy", arial, 'sans serif'; 
color:#ffffff;
background-color:#000000;
}

p
{
font-family: "Comic Sans MS", arial, 'sans serif'; 
margin-left: 10pt;
color:#ffffff;
background-color:#000000;
}

body
{
font-family: "Comic Sans MS", arial, 'sans serif'; 
margin-left: 10pt;
color:#ffffff;
background-color:#000000;
}

table.default
{
text-align: left;
}

td.heading
{
border-top: 0px;
border-left: 0px;
border-right: 2px;
border-bottom: 2px;
border-style: solid;
font-weight: normal;
vertical-align: top;
}

td.detail
{
border-top: 0px;
border-left: 0px;
border-right: 1px;
border-bottom: 0px;
border-style: solid;
font-weight: normal;
vertical-align: top;
}

a:link     {color:white}
a:visited  {color:white}
a:hover    {color:red}
a:active   {color:white}


