
<HTML> <HEAD> <TITLE>CSS-Formate</TITLE> <STYLE TYPE="text/css"> <!- body {
  font-family: Arial;
  font-size: 12px;
  color: #333333;
  font-weight: normal;
}

    
p {
  font-family: Arial;
  font-size: 12px;
  color: #333333;
  font-weight: normal;
}

       
    
h1 {
  font-family: Arial;
  font-size: 16px;
  color: #66BD55;
  font-weight: bold;
  margin-bottom: 8px;
}

    
h2 {
  font-family: Arial;
  font-size: 14px;
  color: #505050;
  font-weight: bold;
  margin-bottom: -10px;
}

    
h3 {
  font-family: Arial;
  font-size: 12px;
  color: #66BD55;
  font-weight: bold;
  margin-bottom: -15px;
}

    
h4 {
  font-family: Arial;
  font-size: 11px;
  color: #a9a8a7;
  font-weight: bold;
  margin-bottom: -12px;
}

    
h5 {
  font-family: Arial;
  font-size: 10px;
  color: #505050;
  margin-top: 0px;
  text-align: right;
  margin-right: 10px;
}

    
ul {
  ul list-style-type: square;
}

    
table {
  font-family: Arial;
  font-size: 12px;
  color: #333333;
  font-weight: normal;
}

    
table.nav {
  font-family: Arial;
  font-size: 11px;
  color: #333333;
  font-weight: normal;
  text-indent: 10px;
}

    
A {
  color: #333333;
  font-family: Arial;
  text-decoration: underline;
  font-weight: bold;
}

    
A:link {
  color: #333333;
  font-family: Arial;
  text-decoration: underline;
  font-weight: bold;
}

    
A:active {
  color: #333333;
  font-weight: bold;
} 

    
A:hover {
  color: 66BD55;
  font-family: Arial;
  text-decoration: underline;
  font-weight: bold;
}

    
A.nav {
  color: white;
  font-family: Arial;
  text-decoration: none;
  font-weight: bold;
}

    
A.nav:link {
  color: white;
  font-family: Arial;
  text-decoration: none;
  font-weight: bold;
}

    
A.nav:active {
  color: black;
  font-weight: bold;
} 

    
A.nav:hover {
  color: #333333;
  font-family: Arial;
  text-decoration: underline;
  font-weight: bold;
}

    
A.matrix {
  font-family: Arial;
  font-size: 12px;
  color: #66BD55;
  font-weight: bold;
  text-decoration: none;
}

    
A.h1 {
  font-family: Arial;
  font-size: 16px;
  color: #66BD55;
  font-weight: bold;
  text-decoration: none;
}

    
A.h1:link {
  font-family: Arial;
  font-size: 16px;
  color: #66BD55;
  font-weight: bold;
  text-decoration: none;
}

    
A.h1:active {
  font-family: Arial;
  font-size: 16px;
  color: #66BD55;
  font-weight: bold;
  text-decoration: none;
} 

    
A.h1:hover {
  font-family: Arial;
  font-size: 16px;
  color: #a9a8a7;
  font-weight: bold;
  text-decoration: none;
}

BODY {
}
