body
	{
	color: white;
	background-image: url(images/background.jpg);
	background-attachment: fixed;
	}
	
body, html
	{
	scrollbar-base-color: #202B23;
	scrollbar-face-color: #383E34;
	scrollbar-arrow-color: black;
	scrollbar-track-color:#72777A;
	scrollbar-shadow-color:'';
	scrollbar-highlight-color:#82888C;
	scrollbar-3dlight-color:#82888C;
	scrollbar-darkshadow-Color:'';
	}
	
a
	{
	color: yellow;
	}
