@charset "utf-8";
/* CSS 2.0 Document */

body  {
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  color:#000066;
  font-size:16px;
  margin-left:10px;
  margin-right:10px;  
}

/* BEGIN: Definitionen des Erscheinungsbildes der Links muss ganz am Ende der CSS-Definitionen sein */

a:link {
    color: #000066;
    text-decoration: none;
}

a:visited {
    color: #000066;
    text-decoration: none;
}

a:hover {
    color: #FF0000;  /* rot */
    text-decoration: none;
}

a:active {
    color: #000066;
    text-decoration: none;

/* END: Definitionen des Erscheinungsbildes der Links */
