body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-attachment: scroll;
	background-image: url(background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
td {
	color: #FFFFFF;
	font-size: 14px;
}
a {
	color: #F35B41;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	background-color: #973A8F;
	color: #FFFFFF;
}
