/* ALLGEMEINE FORMATIERUNGEN */
p  { font-size : 9pt; }

body { 
 background-color:#829DC6; 
 font-family : Tahoma, Arial;
 scrollbar-3dlight-color: #0066FF;
 scrollbar-arrow-color: silver;
 scrollbar-darkshadow-color: grey;
 scrollbar-face-color: #000099;
 scrollbar-highlight-color: yellow;
 scrollbar-shadow-color: silver;
 scrollbar-track-color: #004080;
}

a:link { 
 color:#0000FF; 
 font-weight: bold; 
 font-family: Tahoma; 
 font-size: 10pt; 
 text-decoration:none; 
 }
 
a:visited { 
 color:#0000FF; 
 font-weight: bold; 
 font-family: Tahoma; 
 font-size: 10pt; 
 text-decoration:none; 
 }
 
a:active { 
 color:#0066FF; 
 font-weight: bold; 
 font-family: Tahoma; 
 font-size: 10pt; 
 text-decoration:none; 
 }
 
a:hover { 
 font-variant:small-caps; 
 text-decoration:underline; 
 font-weight: bold; 
 color: #FFFFFF; 
 }