body {
	margin: 0 0;
	padding: 0 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #FF0088;
	color: White;
	border-top: 2px solid #a2008d;
}

A:link {
	text-decoration: underline;
	COLOR: Yellow;
}
A:active {
	text-decoration: none;
	COLOR: Yellow;
}
A:visited {
	text-decoration: underline;
	color: Yellow;
}
A:hover {
	text-decoration: none;
	color: White;
}

.addthis{
	text-align: center;
	 width:1000px
}		

.thumbs { width:1000px}
		
.thumb {
	float: left;
	height: 120px;
	margin: 5px;
	position: relative;
	width: 310px;
}

.thumb a:hover img {
	border: 1px dashed White;
}

.thumb img {
	border: 1px solid White;
	height: 100px;
	margin: 0;
	width: 300px;
}

.thumb .desc {
	color: Yellow;
	font-size: 12px;
	height: 15px;
	left: 0;
	margin: 1px;
	overflow: hidden;
	padding: 0;
	text-align: center;
}

