body {
	margin: 0 0;
	padding: 0 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #DAFAA3;
	color: Black;
	border-top: 2px solid Purple;
}

.font {
	font: bold 13px Arial;
}

A:link {
	text-decoration: underline;
	COLOR: #00AE00;
}
A:active {
	text-decoration: none;
	COLOR: #00AE00;
}
A:visited {
	text-decoration: none;
	color: #00AE00;
}
A:hover {
	text-decoration: none;
	color: White;
}
		
.thumbs { width:1000px}
		
.thumb {
	float: left;
	height: 210px;
	margin: 2px;
	position: relative;
	width: 160px;
}

.thumb a:hover img {
	border: 1px dashed White;
}

.thumb img {
	border: 1px solid White;
	height: 200px;
	margin: 0;
	width: 150px;
}

.thumb .desc {
	color: Yellow;
	font-size: 12px;
	height: 15px;
	left: 0;
	margin: 1px;
	overflow: hidden;
	padding: 0;
	text-align: center;
}