BODY {
	font-family : "Century Gothic", Arial;
	color : #FFFFFF;
	background-color : #000033;
	height: 100%;

	scrollbar-arrow-color: #FFFFFF; /*Pfeile*/
	scrollbar-3dlight-color: #FFFFFF; /*umrisse*/
	scrollbar-base-color: #FFFFFF;
	scrollbar-darkshadow-color: #000033;
	scrollbar-face-color: #000033; /*Anfasser*/
	scrollbar-highlight-color: #FFFFFF; /*links oben*/
	scrollbar-shadow-color: #FFFFFF; /*rechts unten*/
	scrollbar-track-color: #000033;	
	

}
HTML {
	height: 100%;
}

A {
	font-style : italic;
	text-decoration : none;
	color : #FFFFFF;
}
A:HOVER {
	color : #FF9933;
}
.h14 {
	font-size : 14pt;
	font-weight : bold;
}
.h12 {
	font-size : 12pt;
	font-weight : bold;
}
.h10 {
	font-size : 10pt;
	font-weight : bold;
}
.h08 {
	font-size : 8pt;
	font-weight : bold;
}
.h14italic {
	font-size : 14pt;
	font-weight : bold;
	font-style : italic;
}
.h12italic {
	font-size : 12pt;
	font-weight : bold;
	font-style : italic;
}
.h10italic {
	font-size : 10pt;
	font-weight : bold;
	font-style : italic;
}
.h08italic {
	font-size : 8pt;
	font-weight : bold;
	font-style : italic;
}
.txt14 {
	font-size : 14pt;
}
.txt12 {
	font-size : 12pt;
}
.txt10 {
	font-size : 10pt;
}
.txt08 {
	font-size : 8pt;
}
.txt14italic {
	font-size : 14pt;
	font-style : italic;
}
.txt12italic  {
	font-size :12pt;
	font-style : italic;
}
.txt10italic  {
	font-size : 10pt;
	font-style : italic;
}
.txt08italic  {
	font-size : 8pt;
	font-style : italic;
}
#index {
	left : 20%;
	top : 20%;
	position: relative;
}
