body { 
background-color : white;
font-family : Arial, Helvetica, sans-serif;
} 
p { 
margin : 0 0 12px 4px;
font-size : 0.75em;
} 
.normal { 
margin : 0 0 12px 4px;
font-size : 0.75em;
} 
.big { 
font-size : 1.5em;
font-weight : bold;
} 
.mittel { 
font-size : 1em;
font-weight : bold;
} 
p.kunden { 
margin : 40px 0 0 240px;
font-size : 1em;
} 
table { 
margin : 70px 0 0 240px;
border : 1px;
border-color : #797979;
border-style : solid;
} 

a {
	text-decoration: none;
	color: Black;
}
a:hover {
	text-decoration: none;
	color: #959595;
}

