body {
	background-image: url(bg.gif);
	background-attachment: fixed;
	background-color: #FF8400;
	font-family: Arial, Helvetica, sans-serif;
}
table {
	border: 6px solid #FCC024;
	background-color: #EC3DD6;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tx1 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}
.tx2 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
}
.thumb {
	height: 240px;
	width: 320px;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 10px;
	border: 3px solid #FFFFFF;
}
a:hover .thumb {
	border: 3px solid #009900;
}
a:link {
	color: #FFFF00;
	text-decoration: none;
}
a:active {
	color: #FFFF00;
	text-decoration: none;
}
a:visited {
	color: #FFFF00;
	text-decoration: none;
}
a:hover {
	color: #66FFFF;
	text-decoration: none;
}

