/* DATEI: formate.css, Daten */

body { background-color:#99FF99; color:#006633 }

h1,h2,h3,h4,p,li,div,td,b { font-family:arial; }
h1 { font:2.4em/1.5em; }
h2 { font:1.6em/1.5em; }
h3 { font:1.2em/1.5em; }
h4,p,li,div,td,b { font:1.0em/1.5em; }

a:link { color:#006633; text-decoration:underlined; } 
a:visited { color:#006633; text-decoration:none; }/* background-color:#009966; }*/
a:hover { color:#FF00FF; text-decoration:none; background-color:#99FF99; }
a:active { color:#FF00FF; background-color:#99FF99; }
a:focus { color:#FF00FF; background-color:#99FF99; }
