


/*
** Standardeinstellung

*/

a:link, a:visited, a:active {
  color: #006699;
  font-size: 10pt;
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #ff0000;
  text-decoration: none;
}


