body {
background-color: darkblue;
font-family: Arial Rounded MT Bold, Arial, Helvetica, sans-serif; 
color: #0000A0; 
margin-left: 10px;
}

p, ul, li {
color: silver;
}

.haupt {
color: darkblue;
}

/*Schriftgroessen */
h1 { font-family:Comic Sans MSBOLD; font-size:20pt; }
h2 {font-size: 8pt; align: center; }
h3 {font-size: 14pt; color: silver; }
h5 {font-size: 8pt; color: silver; }
h6 {font-size: 6pt; color: silver; }
p {font-size: 12pt; }
cite {font-size: 8pt; align:center; }

 /* Links */
a:link {color:silver; text-decoration:none; }
a:visited {color:silver; text-decoration:none; } 
a:hover {color:royalblue; text-decoration:none; } 
a:active {color:lightblue; text-decoration:none; }
a:focus {color:royalblue; text-decoration:none; } 


/*Tabellen */
table {
font-family: Arial Rounded MT Bold;
color: silver;
 }

