body {
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-color: #660000;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}
table {
	background-color: #000000;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 6px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.thumb {
	border: 2px solid #CCCCCC;
	margin: 5px;
	padding: 1px;
	height: 288px;
	width: 384px;
}
a:hover  .thumb {
	border: 2px solid #FF0000;
}
.tx1 {
	font-size: 18px;
	font-weight: bold;
}
.tx2 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

a:link {
	color: #CC0000;
	text-decoration: none;
}
a:active {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}

