body {
	background-image: url(../images/Slice.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
	scrollbar-3dlight-color: #00FF00;
	scrollbar-base-color: #FF9900;
	scrollbar-darkshadow-color: #00FF00;
	scrollbar-highlight-color: #C1CBCE;
	scrollbar-shadow-color: #00FF00;
	scrollbar-track-color: #00FF00; 
	scrollbar-arrow-color: #FF9900;
	scrollbar-face-color: #00FF00;
  }

a:link {
	color: #FF9900;
	text-decoration: none;

}
a:visited {
	color: #FF9900;
	text-decoration: none;

}
a:hover {
	color: #C1CBCE;

}
a:active {
	color: #FF9900;
	text-decoration: none;

}

