body {background: #007800; margin-bottom: 0px }
 
a:link { color:#FFFF00; text-decoration:underline; }
a:visited { color:#CCCC00; text-decoration:underline; }
a:active { color:#CC6600; text-decoration:none; }

/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* color = Farbe */
/* text-decoration = Tesxtstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */


p,ul,ol,li,div,address,nobr,th,td { font-style: normal; font-weight: normal; font-size: 12px; font-family: "sans-serif"; color:#CCFFCC }
	

H1 { font-style: normal; font-weight: bold; font-size: 13pt; line-height: 18px;
     font-family: "Arial"; color:#CCFFCC }
	 
H2 { font-style: normal; font-weight: bold; font-size: 11pt; line-height: 18px;
     font-family: "Arial"; color:#CCFFCC }