body, table, td
{
   color: black;
   background-color: #585858; ;   
   font-family: georgia, verdana, arial, helvetica;
   font-weight: 600;
   font-size: normal; 
   text-align:justify;
}
a:link
{
   color: black;
   text-decoration: none;
}
a:visited
{
   color: red;
   text-decoration: none;
}
a:hover
{
   color: #585858; ; 
   text-decoration: underline;
}
