BODY {
	scrollbar-base-color: #DAA520;
	scrollbar-track-color: #FFD700;
	scrollbar-face-color: #DAA520;
	}

A:link {
	text-decoration: underline;
	color : Blue;
}
A:visited {
	text-decoration: underline;
	color : Fuchsia;
}
A:active {
	text-decoration: underline;
	color : Lime;
}
A:hover {
	text-decoration: underline overline;
	color : Red;
}
BODY {
	Background-image : url(images/back_paper.gif);
	Background-attachment : fixed;
	}

