body { background:#ffffff; color:#000000 ; }
     
p              { background:#ffffff; color:#000000 ;
                 text-align:justify; text-decoration:none ; }
p.grey         { background:#cccccc; color:#000000 ;
                 text-align:left; text-decoration:none ; }
p.boldgrey     { background:#cccccc; color:#000000; font-weight:bold;
                 text-align:center; }
p.boldblack    { background:#000000; color:#ffffff; font-weight:bold; 
                 text-align:center; }
p.boldgreyleft { background:#cccccc; color:#000000; font-weight:bold;
                 text-align:left; }
p.heading      { background:#dadada; color:#000000; font-weight:bold;
                 text-align:left; font-size:large;}

table         {background:#cccccc; color:#ffffff;}
table.grey    {background:#cccccc; color:#ffffff;}
table.white   {background:#ffffff; color:#000000;}
table.black   {background:#000000; color:#ffffff;}
table.heading {background:#dadada; color:#000000;}

td         {                                    }
td.grey    { background:#cccccc; color:#ffffff; }
td.white   { background:#ffffff; color:#000000; }
td.black   { background:#000000; color:#ffffff; }
td.heading { background:#dadada; color:#000000; }

tr         { background:#cccccc; color:#ffffff; }
tr.grey    { background:#cccccc; color:#ffffff; }
tr.white   { background:#ffffff; color:#000000; }
tr.black   { background:#000000; color:#ffffff; }
tr.heading { background:#dadada; color:#000000; }

th {                                    }
h1 { background:#ffffff; color:#000000; text-align:center;}
h2 { background:#ffffff; color:#000000; }
h3 {                                    }

A:link.white    { background:#ffffff; color:#000000; font-weight:bold; }
A:visited.white { background:#ffffff; color:#5555FF; font-weight:bold; }
A:hover.white   { background:#ffffff; color:#00FF00; font-weight:bold; }
A:link.grey    { background:#cccccc; color:#000000; font-weight:bold; }
A:visited.grey { background:#cccccc; color:#5555FF; font-weight:bold; }
A:hover.grey   { background:#cccccc; color:#00FF00; font-weight:bold; }

.white { background:#ffffff; color:#000000; }
.grey { background:#cccccc; color:#000000; }

A:link    { background:#cccccc; color:#000000; }
A:visited { background:#cccccc; color:#0000FF; }
A:hover   { background:#cccccc; color:#FF0000; }

li { background:#ffffff; color:#000000; }
ul { background:#ffffff; color:#000000; }
