/* Formatiert Links*/

a:link { 
  font-weight:bold;
  color:blue;
  text-decoration:none 
  }
a:visited {
  font-weight:bold;
  color:blue;
  text-decoration:none 
  }
a:hover {
  font-weight:bold;
  color:red;
  text-decoration:none
  }
a:active {
  font-weight:bold;
  color:red;
  text-decoration:underline
  }
a:focus {
  font-weight:bold;
  color:blue;
  text-decoration:underline
  }

td  {font-family:Arial,Helvetica;font-size:12px;}
th  {font-family:Arial,Helvetica;font-size:13px;}
a   {font-family:Arial,Helvetica;font-size:12px;}
