body { 	background-color:#000000;
     	margin-left:100px; 
		margin-right:100px; 
		margin-top:20px;
     	color:#000000;
     	font-family:Arial; 
}
 	

p, div, h1, h2, h3, h4, h5, h6 {
     	color:#FFFFFF;
     	font-family:Arial; 
	}

a:link {
     	color:#FFFFFF;
     	font-family:Arial; 
	}

a:visited {
	color:#CCCCCC;
     	font-family:Arial; 
	}

thead  {
	background-color:#555555;
	}

.textKlein  {
	color : #FFFFFF;
	font-size : 10pt;	
	text-decoration : none;
	font-weight : normal;		
}  
.textMittel  {
	color : #AAAAAA;
	font-size : 14pt;	
	text-decoration : none;
	font-weight : normal;		
} 
.textGross  {
	color : #FFFFFF;
	font-size : 18pt;	
	text-decoration : none;
	font-weight : normal;		
} 
.textSehrGross  {
	color : #FFFFFF;
	font-size : 22pt;	
	text-decoration : none;
	font-weight : normal;		
}

