body { color: #bcbd00; background-color: white; font-family:helvetica,arial,sans-serif;}

h1 { color: white; font-size:125%; }
h2 { color: white; font-size:100%; }
p { color: white; font-size:85%;}
td { color: white; }
a.formular:link { color: olive ;  text-decoration: none; }
a.formular:visited { color: olive ; text-decoration: none; }
a.formular:hover { color: white ; text-decoration: none; }
a.formular:active { color: white ; text-decoration: none; }
a:link { color: #bcbd00 ; text-decoration: none; }
a:visited { color: #bcbd00 ; text-decoration: none; }
a:hover { color: olive ; text-decoration: none; }
a:active { color: orange ; text-decoration: none; }

textarea, input { 
    width = 400;
	font-family:helvetica,arial,sans-serif; 
	font-size:95%; 
	color: olive;  
	background-color: white; 
	text-align: left; 
	border-width: thin;
	border-style: solid;
	border-color: #cdcc34;
}

