body {
	margin-top:0px;
	margin-bottom:0px;
	font-family: Courier;
	color: Gray;
	background-color: Black;
	scrollbar-face-color: black;
	scrollbar-highlight-color: black;
	scrollbar-shadow-color: white;
	scrollbar-3dlight-color:gray;
	scrollbar-arrow-color: black;
	scrollbar-track-color: gray;
	scrollbar-darkshadow-color: black;
	scrollbar-base-color: black;
	background-image : url(back.gif);
}


p.klein {
	font-size:6pt;
	color: Gray;
	font-family: Courier
}


p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     {
	font-family: Courier;
	color: Gray;
}

h1 {
	font-size:25pt;
	color: Gray;
}

h2 {
	font-size: 16px;
	color: Gray;
}

h3 { font-size:12pt; 
color: Gray;
}

h4 { font-size:10pt; }

p,ul,ol,li,div,td,th,address,nobr,b,i {
 font-size:10pt;
 color:Gray;
 }

A:link    {
	font-family: Courier;
	font-size: 10pt;
	text-decoration: none;
	color: #6699CC;
}


A:visited {
	font-family: Courier;
	font-size: 10pt;
	text-decoration: none;
	color: 1E90FF;
}
A:hover   {
	font-family: Courier;
	font-size: 10pt;
	text-decoration: overline;
	color: #6699CC;
}
