h1      
   {
    font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration:none;
	color: #000000;
	background-color : transparent;
	}

h2      
   {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration:none;
    color: #000000;
	background-color : transparent;
	}

h3      
   {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    text-decoration:none;
    color: #000000;
	background-color : transparent;
	}

h4      
   {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration:none;
    color: #000000;
	background-color : transparent;
	}

ul 
   {
	font-size: 14px;
	font-family : Arial, Helvetica, sans-serif;
	list-style-type: disc;	
	color : #009900;
	background-color : transparent;
   } 

.meldschlecht
    {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#FF0000;
	background-color : transparent;
    }
 
.meldgut 
    {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#000000;
	background-color : transparent;
    }
 
.normal 
    {
    font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#000000;
    background-color : transparent;
    } 

a:link   
    {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    text-decoration : none;
	color: #009900;
    background-color : transparent;
    }

a:visited 
    {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration : none;
    color:  #009900;
    background-color : transparent;
	}

a:active  
    {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration : none;
    color: #009900;
	background-color : transparent;
    }

a:hover   
    {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration : none;
	color: #CC0000;
	background-color : transparent;
    }

body      
    {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color : #CCFF99;
    }

textarea  
    {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color : transparent;
}

input  
    {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color : transparent;
}