body {
 font-family: sans-serif;
 color: blue;
 margin-top: 40px;
 margin-bottom: 50px;
 margin-left: 20px;
 margin-right: 20px;
 font-size:9pt;
}  


a:link {
 font-weight:bold;
}

a.inhalt {	
 font-weight:bold;
 text-decoration:none;
 color:white;
}

a:hover {
 text-decoration:underline;
}

a:visited {
 font-weight:bold;
 color:blue;
}

a.inhalt:visited {
 color:white;
}

p.inhalt {
 padding-top:5px;
 padding-bottom:5px;
 margin:0px; 
 margin-left: 5px;
}