

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
	
body {
	background-attachment: fixed;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
		background-position: center top;
   scrollbar-face-color:#000000;
scrollbar-arrow-color:cccccc;
scrollbar-track-color:#000000;
scrollbar-shadow-color:#333333;
scrollbar-highlight-color:#333333;
scrollbar-3dlight-color:#333333;
scrollbar-darkshadow-Color:#000000;
