body {
	scrollbar-face-color:#000000;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#000000;
	SCROLLBAR-DARKSHADOW-Color: #000000;
	SCROLLBAR-3DLIGHT-COLOR: #000000;
	SCROLLBAR-HIGHLIGHT-COLOR:#000000;
	SCROLLBAR-SHADOW-COLOR:#000000;
	background: black;
	background-position: top center;
	color : #60814c;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: Normal;
	text-align: center;
	overflow: hidden;
	
	
}

.glow {
font-size: 9px;
font-weight: none;
filter: Glow(Color=#60814c, Strength=1);
width: 100%;
height: 9px;
}

H1 {
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.indexpic {
	text-align: center;
	position: absolute;
	visibility: visible;
	z-index: 4;
	left: 50%;
	top: 50%;
	margin-left: -325px;
	margin-top: -215px;
	
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: rgb(150,220,130);
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: rgb(170,230,150);
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: rgb(200,250,230);
	text-decoration: underline;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

