/* DATEI: styles.css */

body {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 100.01%;
    background-color: #90C0FF;
    color: #000000;
}

h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {
  font-family: Arial, Helvetica, Sans-Serif; 
  background-color:#90C0FF;color:#000000;
} 

li { margin-top:3px; }

a:link { color:#AA5522; text-decoration:underline; }

a:visited { color:#772200; text-decoration:underline; }

a:active { color:#000000; text-decoration:none; }

