*.mittig {
  text-align:       center;
}                   

a:link {
  color:            #0000FF;
  text-decoration:  none;
}

a:visited {
  color:            #000080;
  text-decoration:  none;
}

a:active {
  color:            #FF0000;
  text-decoration:  none;
}

a:hover {
  color:            black;
  text-decoration:  none;
  background-color: #DCDCDC;
  /* 
  font-weight:      bold;
  */
}

/*
head {
  shortcut-icon: /favicon.ico;
}
*/

body {
  margin-top:   1em;
  color:        black;   /* Textfarbe schwarz #000000 */
  background:   #FFFFFF; /* Hintergrundfarbe weiss #FFFFFF
                            Hintergrundfarbe leicht grau #C0C0C0
                          */
}
