A:link
	{
	text-decoration: none;
	color: #CC0000;
	}
A:visited
	{
	text-decoration: none;
	color: #CC0000;
	}
A:active
	{
	text-decoration: underline;
	color: #FF0000;
	}
A:hover
	{
	text-decoration: underline;
	color: #FF0000;
	}
BODY
	{
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	scrollbar-face-color: #540000;
	scrollbar-shadow-color: #330000;
	scrollbar-highlight-color: #CC0000;
	scrollbar-3dlight-color: #990000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #660000;
	scrollbar-arrow-color: #CC0000;
	}
HR
	{
	color: #FF6600;
	width: 100%;
	height: 1;
	}