body {
	background-attachment: scroll;
	background-image: url(images/bkg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #FFFFFF;
	border: #FFFFFF;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #CC9900;
	text-decoration: underline;
}
a:active {
	color: #CC0000;
	text-decoration: none;
}
