body{
 font-family: Verdana, Arial, sans-serif;
 font-size:12pt;
 background:#FFF;
 color:#000;
 margin:0;
 padding:15;
 }

/* Hyperlinks */

a:link, a:visited, a:hover, a:active{
 text-decoration:none;
 font-weight:bold;
 color:#00f;
 background-color:inherit;
}

a:visited { color:#000066; }
a:hover, a:active {
 color:#f00; 
 text-decoration:underline;
 font-weight:bold;
}

/* Schrift */

.h1 {font-size:14pt;font-weight:bold}
.h2 {font-size:14pt;font-weight:normal}