body {
	background-image: url(images/bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
td, p {
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #FF00FF;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a.dark {
	color: #0000FF;
	font-size: 30px;
	font-weight: bold;
}
.copyright {
	font-size: 11px;
}