body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

A:link {
	text-decoration: underline;
	color: #000;
}

A:visited {
	text-decoration: underline;
	color: #000;
}

A:hover {
	text-decoration: underline;
	color: #F60;
}

