body {
	background-image: url(background.jpg);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-attachment: fixed;
}
table {
	border: 4px solid #A9A9A9;
	background-color: #000000;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thumb {
	height: 240px;
	width: 320px;
	border: 3px double #999999;
	margin-top: 4px;
	margin-right: 7px;
	margin-bottom: 4px;
	margin-left: 7px;
}
a:hover .thumb {
	border: 3px double #FF3300;
}
a:link {
	color: #FF3333;
	text-decoration: none;
}
a:active {
	color: #FF3333;
	text-decoration: none;
}
a:visited {
	color: #FF3333;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.tx1 {
	font-size: 16px;
	font-weight: bold;
}
.tx2 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

