<style type="text/css">
<!--

body {
     background-color:#A02020;
}

.standard {background-color:#FFAF66;}
.box { background-color:#FFAF66; padding:6px; margin:0px; }

h1 {
 font-family: Arial;
 font-size: 30px;
 text-align: left;
 color: #A02020;
}
h2 {
 font-family: Arial;
 font-size: 22px;
 text-align: left;
 color: #A02020;
}

h3 {
 font-family: Arial;
 font-style:italic;
 font-weight:normal;
 font-size: 13px;
 color:#A02020;
}
h4 {
 font-family: Arial;
 font-size: 12px;
 font-weight:bold;
 color:#A02020;
}
h5 {
 font-family: Arial;
 font-size: 24px;
 text-align: left;
 color:#FFFF00;
}
p {
 font-family: Arial;
 font-size: 16px;
 color:#A02020;
}


  ul.rund { ul list-style-type:circle }
  ul.eckig { ul list-style-type:square }
  ol.numerisch { ol list-style-type:decimal }
  ol.alphabetisch { ol list-style-type:lower-alpha }

a:link {color:#FF0000}
a:visited {textdecoration: none; color:#A02020}
a:active {textdecoration:none; color:#0000FF; font-style:italic }


 td, input, select, textarea
   { font-size:16px; font-family:Arial;}
 input, select, textarea
   { color:#A02020; background-color:#FFAF66;}





//-->
</style>