body
{
   background-color: #CCCCCC;
}

table
{
   width: 100%;
}

td
{
   border-bottom-style: solid;
   border-color:        white;
   padding-left:        10px;
}

a
{
   font-family:     Arial, Helvetica, sans-serif; 
   font-weight:     normal;
   text-decoration: none;
}

a:link
{
   color:           black;
}

a:visited
{
   color:           black;
}

a:hover
{
   background-color: #9900B2;
   color:            white;
}

a:active
{
   color:            #00FFFF;
}

a:focus
{
}

