body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #333333;
}
table {
	background-color: #FFFFFF;
	border: 4px solid #CCCCCC;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thumb {
	height: 240px;
	width: 320px;
	border: 1px solid #666666;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 10px;
}
a:hover .thumb {
	border: 1px solid #FF0066;
}
a:link {
	color: #CC0099;
	text-decoration: none;
}
a:active {
	color: #CC0099;
	text-decoration: none;
}
a:visited {
	color: #CC0099;
	text-decoration: none;
}
a:hover {
	color: #FF0099;
	text-decoration: none;
}
.tx1 {
	font-size: 16px;
	font-weight: bold;
}
.tx2 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

