body {	background-color: #000000;
	scrollbar-face-color: #FFFF53;
	scrollbar-base-color: #000000;
	scrollbar-highlight-color: #A9A9A9;
	scrollbar-shadow-color: #696969;
	scrollbar-3dlight-color: #D3D3D3;
	scrollbar-arrow-color: #C0C0C0;
	scrollbar-track-color: #000000;
	scrollbar-darkshadow-color: #CCCC00;
        text-align : center; }

body,td   { font-family: Courier New, Courier, mono;
	    font-size: 14px;
	    color: #CCCCCC;}
h1        { padding-top: 5px;
            text-align : center;
            font-size:   26px;
	    font-weight: bold; }
h2        { padding-top: 5px;
            text-align : left;
            font-size:   16px; }
.seite    { width:75%;
            text-align : left; }

a         { font-size: 14px;
	    color: #999999;
	    font-weight: bold; }
a:link    { text-decoration: none;
	    color: #CCCCCC; }
a:visited { text-decoration: none;
	    color: #999999; }
a:hover   { text-decoration: none;
	    color: #FFFF53; }
a:active  { text-decoration: none;
	    color: #FFFFFF; }


