body {
	background-image: url(images/bg.gif);
	background-color: #000000;
	background-repeat: no-repeat;
	margin-left: 110px;
	margin-top: 0px;
	background-position: bottom left;
	background-attachment: fixed;
}
table {
	font-size: 14px;
	color: #ffffff;
	font-family: georgia;
	font-weight: normal;
}
.title {
	font-size: 26px;
	color: #ffffff;
	font-family: georgia;
	font-weight: bold;
	letter-spacing: -2px;
}
a:link {
	color: #ffffff;
	text-decoration: underline;
}
a:visited {
	color: #ffffff;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #ffff00;
}
a:active {
	text-decoration: underline;
	color: #ffffff;
}
