body {
	background-color: #004600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
table {
	border: 3px solid #009865;
	background-color: #006634;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thumb {
	border: 4px double #00CC66;
	margin: 5px;
	height: 240px;
	width: 320px;
}
a:hover .thumb {
	border: 4px double #FFFF00;
}
.tx1 {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color : #FFFFFF;
	text-decoration : none;
}
a:active {
	color : #FFFFFF;
	text-decoration : none;
}
a:visited {
	color : #FFFFFF;
	text-decoration : none;
}
a:hover {
	color : #FFCC00;
	text-decoration : none;
}
.ban {
	border: 4px double #00CC66;
	height: 320px;
	width: 620px;
	margin: 15px;
}
a:hover .ban {
	border: 4px double #FFFF00;
}

