
/* Scrollbar und Ausrichtung */

body { 
text-align:center;
margin-top:10px;
margin-bottom:10px;
background-color:#000000;
scrollbar-base-color:#FFFFFF;
scrollbar-track-color:#000000;
scrollbar-face-color:#000000;
scrollbar-highlight-color:#00FF00;
scrollbar-3dlight-color:#008000;
scrollbar-darkshadow-color:#008000;
scrollbar-shadow-color:#00FF00;
scrollbar-arrow-color:#FFFF99;
 }

/* Textformatierung */

td,div { font-family:arial; font-size:10pt; color:#C0C0C0; text-align:justify; }

 
/* Headlines */

h1 { font-family:arial; font-size:14pt; }
h2 { font-family:arial; font-size:12pt; }


/* Links */

a.link { color:#00FF00; text-decoration:none; font-weight:bold; }
a:hover.link { color:#FFFF99; text-decoration:underline; font-weight:bold; }