body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
}
table {
	background-image: url(bg.jpg);
	background-color: #993300;
	border: 1px solid #FF9966;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thumb {
	height: 288px;
	width: 384px;
	border: 2px solid #FFCC66;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
a:hover .thumb {
	border: 2px solid #CC00FF;
}
a:link {
	color: #FFFFCC;
	text-decoration: none;
}
a:active {
	color: #FFFFCC;
	text-decoration: none;
}
a:visited {
	color: #FFFFCC;
	text-decoration: none;
}
a:hover {
	color: #FFCC99;
	text-decoration: none;
}

.tx1 {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}
.tx2 {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #FFCCFF;
}

