body{
	background: url(none);
	scrollbar-track-color:#000000; 
	scrollbar-face-color:#7C181F; 
	scrollbar-highlight-color:#000000; 
	scrollbar-3dlight-color:#7C181F; 
	scrollbar-darkshadow-color:#7C181F; 
	scrollbar-shadow-color:#7C181F;
	scrollbar-arrow-color:#000000;
	color:#ffffff;
	font-size:8pt;
	font-family:arial;
	line-height: 15px;
	letter-spacing: 1px;
	text-align:left;

}
a:link{
	color:#7C181F; 
	text-decoration:none;
	font-weight:normal;
	cursor: default;
}

a:visited{
	color:#7C181F;
	text-decoration:underline;
	font-weight:normal;
	cursor: default;
}

a:active{
	color:#7C181F;
	text-decoration:none;
	font-weight:normal;
	cursor: default;
}

a:hover{
	color:#ffffff;
	text-decoration:none;
	font-weight:normal;
	cursor: help;
	letter-spacing:2pt;
	background-color:#7C181F;
	border-bottom:1px dashed ffffff;
}
.header{
	font-family:georgia; 
	font-size:13pt;
	font-weight:bold; 
	color:#7C181F;
	letter-spacing:2pt;
	text-align:right;	
	width:100%;
	background-color:#ffffff;
}	
textarea{
	font-family:terminal;
	background-color:#ffffff;
	font-color:#000000;
	border:1px dashed #ffffff;
	width:100px;
	height:20px;
}
