
body {
	margin: 0px;
	background-color: #FFF;
	font-family: Arial;
}
a {
	text-decoration: none;
	color: #333;
}
.block_content {
	font-size: 12px;
	line-height: 18px;
}
.thumb_pix {
	text-align: center;
	border: 1px solid #CCC;
	border-radius: 6px;
	-moz-border-radius: 6px;
}
.thumb_pix img {
	border-width: 0px;
	margin: 5px;
}

