BODY {

	background-image: url('../images/backgray.jpg');
	background-attachment: fixed;
    color: black;
	font-family: Century Gothic;
	font-size: 9pt;
	text-decoration: none;
	scrollbar-3d-light-color: white;
	scrollbar-arrow-color: black;
	scrollbar-base-color: #cccccc;
	scrollbar-dark-shadow-color: #666666;
	scrollbar-face-color: #cccccc;
	scrollbar-track-color: black;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: #000000;
}

a:link {text-decoration:underline; font-family:Century Gothic; color:#0099ff;}
a:visited {text-decoration:underline; font-family:Century Gothic; color:#0099ff;}
a:hover {text-decoration:overline underline; font-family:Century Gothic; color:#FF5050;}
a:active {text-decoration:none; font-family:Century Gothic; color:blue;}