/* Formatiert Links*/

body {
scrollbar-base-color : #3058AF;
scrollbar-track-color : #fffff0;
scrollbar-face-color : #3058AF;
scrollbar-highlight-color : ;
scrollbar-3d-light-color : ;
scrollbar-dark-shadow-color : #000000;
scrollbar-shadow-color : ;
scrollbar-arrow-color : #fffff0;
font-family:Arial;font-size:12px;
}


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;font-size:13px;}
th  {font-family:Arial;font-size:13px;}
a   {font-family:Arial;font-size:12px;}

