BODY { 
background-color : #FFFFCC;
margin: 0;
padding:0;
font-family:Arial,sans-serif;
color: #003300; 
font-size:14px;
line-height: 20px;
border: 0px;
}

H1 {
font-weight: bold;
font-size: 20px;
margin:0px;
margin-top: 10px;
margin-bottom:10px;
padding:0px;
}

H2 {
font-weight: bold;
font-size: 16px;
line-height: 12px;
margin:10px;
margin-top: 30px;
padding:0px;
}

input.text 		{background-color:#FFEC99; color:#003300; border: 1px solid  #003300;}
input.button 	{background-color:#FFEC99; color:#003300; border: 2px double #003300;}
select.wahl 	{background-color:#FFEC99; color:#003300; border: 2px double #003300;}
textarea.text 	{background-color:#FFEC99; color:#003300; border: 1px double #003300;}

a       {color:#009933; text-decoration:none; font-size:14px; font-family:Arial;}
a:link  {color:#009933; text-decoration:none; font-size:14px;}
a:hover {color:#009933; text-decoration:underline; font-size:14px;}

a.m       {color:#009933; text-decoration:underline; font-size:14px; font-family:Arial;}
a.m:link  {color:#009933; text-decoration:underline; font-size:14px;}
a.m:hover {color:#FFFFCC; text-decoration:underline; font-size:14px; background-color:#003300;}
