body {
	background-color:#000000;
    scrollbar-arrow-color:#aa9966; 
	scrollbar-face-color:#554433;
	scrollbar-shadow-color:#443322;
	scrollbar-darkshadow-color:#332200;
	scrollbar-Highlight-color:#775533;
	scrollbar-3Dlight-color:#000000;
	scrollbar-track-color:#000000; }


p {
	font-family: Courier New;
	padding: 5px;
	background-color: none;
	color: #111100;
	word-spacing: 2px;
	text-align: left;
	letter-spacing: -1px;
	line-height: 14px;
	font-size: 15px;
}


h1 {
	font-family: Courier New;
	font-size: 22px;
	fint-weight: bold;

/* for IE */
  	filter:alpha(opacity=30);
/* CSS3 standard */
  	opacity:0.3;

	background: #CCFF66;
	text-indent: 5px;
	color: #221100;
	word-spacing: 2px;
	height:25px;
}

h2 {
	font-family: Courier New;
	font-size: 22px;
	text-align: center;
	color: #221100;
	letter-spacing: 2px;
	background: url(images/back02.gif);
}


h3 {
	font-family: Courier New;
	font-size: 18px;
	font-style: italic;
	line-height: 16px;
	color: #221100;
	letter-spacing: 1px;
}


a:link,a:visited,a:active{
	color: #99FF44;
	text-decoration: none;
}

a:hover{
	color: #CCFF66;
	text-decoration: blink;
}