/*Formatvorlage nach CSS 1.0*/

/*Schriftart*/
h1,h2,h3,h4 { font-familiy:Arial }
body { font-family:Arial }
p { font-size:90% }
li { font-size:90% }

/*Darstellung der Links*/
a:link { color:#87BF88; }
a:visited { color:#C8C882; }
a:active { color:#C8C882; }

/*Abstand Seitenbeginn und Ueberschrift*/
h3,h4 { margin-top:0.7cm; }