/* DATEI: style.css */

body { 
	background-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #FFFF00; 
	scrollbar-shadow-color: #FFFF00; 
	scrollbar-3dlight-color: #000000; 
	scrollbar-arrow-color: #FFFF00; 
	scrollbar-track-color: #000000; 
	scrollbar-darkshadow-color: #000000
}

h1,h2,h3,h4,h5,h6 { color:#FFFF00; }
h1 { font-family:Monotype Corsiva,Tahoma,Arial; font-size:32pt;  font-weight: normal; filter:glow(color=#000000, strength=2); width:100%; } 
h2 { font-family:Monotype Corsiva,Tahoma,Arial; font-size:26pt;  font-weight: normal; filter:glow(color=#000000, strength=2); width:100%; } 
h3 { font-family:Monotype Corsiva,Tahoma,Arial; font-size:20pt;  font-weight: normal; filter:glow(color=#000000, strength=2); width:100%; } 
h4 { font-family:Monotype Corsiva,Tahoma,Arial; font-size:16pt;  font-weight: normal; filter:glow(color=#000000, strength=1); width:100%; } 
h5 { font-family:Tahoma,Arial; font-size:26pt;  font-weight: normal; filter:glow(color=#000000, strength=2); width:100%; } 
h6 { font-family:Tahoma,Arial; font-size:22pt;  font-weight: normal; filter:glow(color=#000000, strength=2); width:100%; } 


p { 
	background: transparent; 
	color: #FFFF00; 
	font-weight:normal; 
	font-family:Tahoma,Verdana,Arial; 
	font-size:12pt; 
	align:justify; 
	filter:glow(color=#000000, strength=2); width:100%; 
}

a:link { color:#FFFF00; text-decoration:underline; }
a:visited { color:#FFFF99; text-decoration:none; }
a:active { color:#FFCC00; text-decoration:none; } 

table,td,tr { 
	margin-top:1pt; 
	margin-bottom:1pt; 
	margin-left:5pt; 
	margin-right:5pt; 
}