body {
	background-image: url(bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-color: #FFE9B3;
	color: #666666;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table {
	background-color: #FFEFCE;
	border: 2px solid #FFA07A;
	background-image: url(bgt.jpg);
}
.thumb {
	border: 4px double #FFC125;
	height: 240px;
	width: 320px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
a:hover .thumb {
	border: 4px double #FF6666;
}
a:link {
	color: #8B3A3A;
	text-decoration: none;
}
a:active {
	color: #8B3A3A;
	text-decoration: none;
}
a:visited {
	color: #8B3A3A;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
.tx1 {
	font-size: 16px;
	font-weight: bold;
}
.tx2 {
	font-size: 14px;
	font-weight: bold;
}

