body {
	background-image: url(bg.jpg);
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-repeat: repeat-x;
	background-attachment: fixed;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table {
	background-color: #330099;
	border: 1px solid #FFFFFF;
	width: 720px;
}
.thumb {
	border: 2px solid #FFFFFF;
	height: 240px;
	width: 320px;
	margin: 6px;
	padding: 1px;
}
a:hover .thumb {
	border: 2px solid #FF0000;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #FF0033;
	text-decoration: none;
}
.tx1 {
	font-size: 14px;
	font-weight: bold;
}

