body {
	margin: 0 0;
	padding: 0 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #DAFAA3;
	color: Black;
}

.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 {
	font-weight:bold;
	color: red;
}
		
.thumbs { width:1000px}
		
.thumbs div {
	float: left;
	height: 230px;
	margin: 2px;
	position: relative;
	width: 160px;
}

.thumbs div a:hover img {
	border: 1px dashed White;
}

.thumbs div img {
	border: 1px solid White;
	height: 200px;
	margin: 0;
	width: 150px;
}

.thumbs div desc {
	color: Yellow;
	font-size: 12px;
	height: 15px;
	left: 0;
	margin: 1px;
	overflow: hidden;
	padding: 0;
	text-align: center;
}
