body {
	background-image: url(bg.gif);
	background-color: #A40E0E;
	background-attachment: fixed;
	font-family: "Courier New", Courier, monospace;
}
table {
	background-color: #280000;
	border: 4px solid #290000;
	height: 1000px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thumb {
	height: 240px;
	width: 320px;
	border: 2px solid #FF6600;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 10px;
}
a:hover .thumb {
	border: 2px solid #FF0000;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FF6633;
	text-decoration: none;
}
.tx1 {
	font-size: 18px;
	font-weight: bold;
}
.tx2 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

