/*   Stylesheet fuer http://www.hatop.de/crashkurs/index.html   */
body {
margin-top : 10px; 
margin-bottom : 20px; 
margin-left : 18px; 
margin-right : 18px; 
} 
p , h1 , h2 , h3 , h4 , h5 , h6 , ul , li , ol , div , td , th , address , blockquote , nobr , b , i {
font-family : Arial, sans-serif; 
} 
h1 {
font-size : 18pt; 
} 
h2 {
font-size : 16pt; 
} 
h3 {
font-size : 12pt; 
} 
h4 {
font-size : 10pt; 
} 
h5 {
font-size : 9pt; 
} 
h6 {
font-size : 8pt; 
} 
pre {
font-family : Arial, sans-serif; 
font-size : 10pt; 
} 
p , ul , ol , div , td , th , address , nobr , b , i , li {
font-size : 10pt; 
} 
div.menu {
text-align : center; 
position : static; 
/* position : fixed; */
} 
div.menu td {
padding-left : 7px; 
padding-right : 7px; 
text-align : center; 
} 
div.menu a:link {
color : #000000; 
text-decoration : none; 
background : #99ccff; 
} 
div.menu a:visited {
color : #000000; 
text-decoration : none; 
background : #99ccff; 
} 
div.menu a:active {
color : #000000; 
text-decoration : none; 
background : #99ccff; 
} 
div.menu a:hover {
color : white; 
background : black; 
} 
