

/* Farben */
BODY{ color: #000000; background: #E5E5E5 }
A:link{ color: #0000ff; background: #E5E5E5}
A:visited{ color: #800080; background: #E5E5E5 }
A:active{ color: #9999ff; background: #E5E5E5 }
A:hover{ color: #3030ff; background: #E5E5E5 }


H1, H2, H3, H4, H5, H6{ color: #000000; background: #E5E5E5 }


/* Raender */
BODY{ font-size: 101%; width: 65em }
BODY{ margin: 1em auto 0 4em } /* top right bottom left */


/* Schrift */
H1, H2, H3, H4, H5, H6{ font-family: COURIER NEW }
DIV, P, BLOCKQUOTE, OL, UL, LI, DL, DT, DD, TH, TD{ font-family: COURIER NEW, Verdana }
UL{ list-style-type:circle }

P{color: black; font-family: COURIER NEW}