body { background-color:#AFD8FF; margin-left:10px; font-size:12pt; font-family:arial; }
h1   { font-size:33pt; font-weight:bold;  }
h2   { font-size:21pt; font-weight:bold;  }
h3   { font-size:15pt; font-style:italic;  }
/*p    { font-size:10pt; }*/
ul   { color:black; }
a    { text-decoration:underline; }
/* noch nicht besuchte Ziele */
a:link { 	

	font-style: normal; 
}    

/* besuchte Ziele */
a:visited { 

	color: red;
} 

/* Verweise bei "MouseOver" */
a:hover { 
/*	font-weight: bold;
	font-style: oblique;*/
} 
.Fehlermeldung { color:red; font-weight:bold; }
.blau { color:lightblue }
b.blau, it.blau { color:darkblue }
