body {
	background-color: #000000;
	background-image: url(images/mainbg3.png); 
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: fixed;

	font-family: Arial;
	font-size: 6pt;
	color: #FFFFFF;

        scrollbar-face-color: 121827;
	scrollbar-highlight-color: FFFFFF;
	scrollbar-3dlight-color: 121827;
	scrollbar-shadow-color: FFFFFF;
	scrollbar-darkshadow-color: 121827;
	scrollbar-arrow-color: FFFFFF;
	scrollbar-track-color: 121827;
	}

a:link {
	color: #6c82e4;
	text-decoration: none;
	}
	
a:visited {
	color: #6e5196;
	text-decoration: none;
	}
	
a:hover, a:active {
	color: #FFFFFF;
	text-decoration: none;
	}