body {
	background-image: url(images/bgtile.jpg);
	background-repeat: repeat-x;
	background-color: #3d3d3d;
}


a:link {
	text-decoration: underline;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none; color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
}
