
BODY {
background-color: #f29e3a;
color: #fff;	
font-size: 12px; 
font-weight: normal; 
font-family: arial, verdana, geneva, sans-serif; 
margin-top: 10px; 
margin-left: 1px;
padding-top: 1px; 
margin-bottom: 10px;}

INPUT {
color: black;
font-family: arial, verdana, ms sans serif;
font-weight: bold;
font-size: 12pt
} 

TEXTAREA {
color: black;
font-family: arial, verdana, ms sans serif;
font-weight: bold;
font-size: 7pt
} 

SELECT {
color: black;
font-family: arial, verdana, ms sans serif;
font-weight: bold;
font-size: 7pt
} 

a:link {
  color: #333; 
  text-decoration: none}/*normal links in the text*/
a:visited {
  color: #B50021; 
  text-decoration: none}
a:hover { /*this effect is not shown in NN4.xx*/
  color: #B50021; 
  text-decoration: underline}
a:active {/*colour in NN4.xx is red*/ 
  color: #B50021; 
  text-decoration: underline}
  
TABLE {/*tabellen */
  background:  #8dca48;
  margin: 0 auto;
  color : #000000;
  font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding : 0px;
  border-color : #000000;
  }  
 


