body {
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
table {
	border: 1px solid #B55200;
	background-color: #000000;
}
.thumb {
	margin: 4px;
	height: 288px;
	width: 384px;
	border: 2px solid #CCCC00;
}
a:hover .thumb {
	border: 2px dashed #FFFFFF;

}
a:link {
	color: #CC6600;
	text-decoration: none;

}
a:active {
	color: #CC6600;
	text-decoration: none;

}
a:visited {
	color: #CC6600;
	text-decoration: none;

}
a:hover {
	color: #CCCC00;
	text-decoration: none;

}
.tx1 {
	font-size: 18px;
	font-weight: bold;

}
.tx2 {
	color: #FF0033;

}

