body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #330099;
	padding: 0px;
	margin: 0;
	text-decoration: none;
}
a {
	color: #eeeeee;
	text-decoration: none;
}
a:hover{
	
	background-color: #dddddd;
	text-decoration: none;

}

.thumbsBox{
	width: 114px;
	height: 162px;
	text-align: center;
	float: left;
	word-wrap:break-word;
	word-break:break-all;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 4px;
	margin-right: 4px;
	text-decoration: none;
}
.thumbsBox a{
	word-wrap:break-word;
	word-break:break-all;
	padding: 5px;
	border: 1px solid #B7B7B7;
	text-align: center;
	width: 114px;
	float: left;
	height: 162px;
	overflow: hidden;
	text-decoration: none;
}


