/* 
 * Main body and table defenitions
 */
 
body, table, tr, td {
  font-family: arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #FFFFFF;
  margin: 0px;
  padding: 0px;
}
  
a:active  {color: #FFFFFF; text-decoration: none; font-weight: bold; }
a:visited {color: #FFFFFF; text-decoration: none; font-weight: bold; }
a:link    {color: #FFFFFF; text-decoration: none; font-weight: bold; }
a:hover   {color: #FFFFFF; text-decoration: underline; font-weight: bold; }

a.menu-link         {color: #000000;text-decoration: none; font-weight: bold; font-size: 15px;}
a.menu-link:active  {color: #000000;text-decoration: none; font-weight: bold; font-size: 15px;}
a.menu-link:visited {color: #000000;text-decoration: none; font-weight: bold; font-size: 15px;}
a.menu-link:link    {color: #000000;text-decoration: none; font-weight: bold; font-size: 15px;}
a.menu-link:hover   {color: #000000;text-decoration: underline; font-weight: bold; font-size: 15px;}

.titel {  
  font-family: arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #FFFFFF; text-decoration:  underline
 }