body {
	background-color: #ffe68e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
table {
	border: 2px solid #FF3333;
	background-color: #CD853F;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thumb {
	height: 240px;
	width: 320px;
	border: 4px double #FFE4C4;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 10px;
}
a:hover .thumb {
	border: 4px double #FF0000;
}
a:link {
	color: #FFEC8B;
	text-decoration: none;
}
a:active {
	color: #FFEC8B;
	text-decoration: none;
}
a:visited {
	color: #FFEC8B;
	text-decoration: none;
}
a:hover {
	color:   	#EE2C2C;
	text-decoration: none;
}
.tx1 {
	font-size: 18px;
	font-weight: bold;
}
.tx2 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

