a:link { text-decoration: none; color: #00FF00; }
a:visited { text-decoration: none; color: #00FF00;}
a:active { text-decoration: none; color: #00FF00;}
a:hover {text-decoration: none;color:#00007B;}

a {
 font-family: Arial;
 font-size:large;
 text-align: center;
 color: #00007F;
}
a.klein {
 font-family: Arial;
 font-size:medium;
 text-align: center;
 color: #001F00;
}
body {
 font-family: Arial;
 color: #EFEFEF;
 background: #007F00;
}
h1 {
 font-family: Arial;
 font-size: x-large;
 text-align: center;
 color: #003F00;
}
h2 {
 font-family: Arial;
 font-size: small;
 text-align: center;
 color:  #FF9F00;
}
h3 {
 font-family: Arial;
 font-size: small;
 text-align: left;
  color:  #2F2F2F;
}
h4 {
 font-family: Arial;
 font-size: medium;
 text-align: center;
 color: #E2C183;
}
h5 {
 font-family: Arial;
 font-size:small;
 text-align: center;
 color: #E2C183;
}
h6 {
 font-family: Arial;
 font-size: small;
 text-align: center;
 color: #E2C183;
}
table {
 font-family: Dauphin;
 font-size:large;
 text-align: justify;
 color: #FFFFFF;
}