body {
	background-image: url(bg.gif);
	background-color: #2B5E6B;
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
table {
	background-color: #000000;
	border: 2px ridge #FF9900;
}
img {
	border: none;
}
.thumb {
	border: 2px solid #339999;
	height: 240px;
	width: 320px;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
}
a:hover .thumb {
	border: 2px solid #FF3366;
}
.tx1 {
	font-size: 18px;
	font-weight: bold;
}
.tx2 {
	font-size: 18px;
	font-weight: bold;
	color: #FF3366;
}
a:link {
	color : #FF9900;
	text-decoration : none;
}
a:active {
	color : #FF8C1B;
	text-decoration : none;
}
a:visited {
	color : #FF8C1B;
	text-decoration : none;
}
a:hover {
	color : #33CCCC;
	text-decoration : none;
}

