﻿
.figure {
	border:thin dotted #CCCC99;
	float:left;
	height:160px;
	margin:0.3em;
	overflow:hidden;
	padding:0.2em;
	width:115px;
}

.figure:hover {
	border:thin dotted #336699;
}


a {
	color:#336699;
}


.figure p {
	color:gray;
	font-size:smaller;
	text-align:center;
	text-indent:0;
}


p {
	margin:0.4em 0 0.8em;
	padding:0;
}



.figure img {
	display:block;
	height:125px;
	margin:auto;
	max-width:105px;
}


img {
	border:none;
}


.block
{
	display:block;
	clear:both;
	padding-top:30px;
	}
