body {
	background-image: url(bg.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #460F07;
	background-attachment: fixed;
}
table {
	border: 3px double #000000;
	background-color: #ffcc33;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thumb {
	padding: 1px;
	height: 288px;
	width: 384px;
	border: 1px solid #000000;
	margin: 4px;
}
a:hover .thumb {
	border: 1px solid #FF0033;
}

a:link {
	color: #FFFFCC;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FF0033;
	text-decoration: none;
}
.tx1 {
	font-size: 18px;
	font-weight: bold;
	background-color: #330000;
}
.tx2 {
	font-size: 18px;
	font-weight: bold;
	background-color: #FFFF00;
	color: #FF0000;
}

