body {
	background-color: #2A1616;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px;
}
table {
	background-image: url(bgt.jpg);
	background-repeat: repeat-y;
	background-position: center;
	border: 2px solid #000000;
	background-color: #FFA954;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tx1 {
	font-size: 16px;
	font-weight: bold;
}

.thumb {
	height: 240px;
	width: 320px;
	margin-top: 4px;
	margin-right: 8px;
	margin-bottom: 4px;
	margin-left: 8px;
	border: 3px solid #FFCC99;
}
a:hover .thumb {
	border: 3px solid #FFFFCC;
}
a:link {
	text-decoration: none;
	color: #990033;
}
a:active {
	text-decoration: none;
	color: #990033;
}
a:visited {
	text-decoration: none;
	color: #990033;
}
a:hover {
	text-decoration: none;
	color: #FFFFCC;
}

