

.body1 {
    background-image : url('Hintergrund1.jpg');
  }


h1 {
    font-family : 'Arial Black';
    margin-top : 0px;
  }


h2 {
    font-family : 'Purisa';
    font-size : 20px;
  }


h3 {
    font-family : 'Luxi Serif';
  }


h4 {
    font-family : 'Estrangelo Quenneshrin';
  }


.button {
    background-image : url('Button.png');
    display : block;
    height : 23px;
    text-align : center;
    width : 100px;
  }


a {
    color : #060606;
    font-family : 'Purisa';
    font-size : 15px;
    font-weight : bold;
    outline-width : 0px;
    text-decoration : none;
  }


a:hover {
    background-image : url('Buttonmouse.png');
    color:#ffffff;
  }


br {
    font-size:8px;
  }


a:first-letter {
    color:#ffffff;
  }


a:hover:first-letter {
    color: #060606;
  }


span {
    color : #ff0000;
    font-size : 20px;
  }


.access {
    color : #0821ff;
  }


