body {
	background-attachment: scroll;
	background-image:  url(back.jpg);
	background-repeat: repeat;
	background-position: center center;
	background-color: #FFFFFF;
	scrollbar-face-color: #F3EC87;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FAE600;
	scrollbar-3dlight-color: #FF8642;
	scrollbar-arrow-color:  #FF5D00;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #FF6000;
}
.border {
	border: 1px solid #FF5D00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF5D00;
	text-decoration: none;
}
