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

.font {
	font: bold 13px  Arial;
}
        A:link {text-decoration: underline; COLOR: #ff1493; }
        A:active { text-decoration:none; COLOR:  #ff1493; }
        A:visited {text-decoration: underline; color:  #ff1493; }
        A:hover {text-decoration: none; color:  blue;}

		
.thumbs { width:1000px}
		
.thumb300x100 {
	float: left;
	height: 120px;
	margin: 2px;
	position: relative;
	width: 310px;
}

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

.thumb300x100 img {
	border: 1px solid White;
	height: 100px;
	margin: 0;
	width: 300px;
}

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


.thumb300x200 {
	float: left;
	height: 220px;
	margin: 2px;
	position: relative;
	width: 310px;
}

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

.thumb300x200 img {
	border: 1px solid White;
	height: 200px;
	margin: 0;
	width: 300px;
}

.thumb300x200 .desc {
	color: Yellow;
	font-size: 12px;
	height: 15px;
	left: 0;
	margin: 1px;
	overflow: hidden;
	padding: 0;
	text-align: center;
}
.desc300x100 {
	float: left;
	margin: 2px;
	position: relative;
	width: 310px;
}