BODY
{
     color: black;
     background-color: lightblue;
}

TABLE
{
     background-color: white;
}

TABLE.tblwb
{
     background-color: white;
     border: 2px solid blue;
}

TD.tblhl
{
     background-color: lightblue;
     text-align: center;
}

P
{
     text-align: justify;
}


A
{
     color: darkblue;
     text-decoration: none;
}

A:hover
{ 
     color: blue;
     text-decoration: underline;
}   /* hover links */
