body {
	margin: 0px;
	font-size: 14px;
}
html,body {
	height: 100%;
}
div {
	overflow: hidden;
	word-wrap:break-word;
}
a:link {
	color: #781E3C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #781E3C;
}
a:hover {
	text-decoration: underline;
	color: #CC3366;
}
a:active {
	text-decoration: none;
	color: #CC3366;
}
.thumbnail{
	padding: 0px;
	border: 1px solid #CCC;
	float: left;
	margin-bottom: 6px;
	margin-right: 6px;
	width: 112px;
	background-color: #FFF;
}

