div.pic_box
{
	float: left;
	margin-right: 10px;
	color: black;
	display: inline;
	padding-right: 5px;
}

img.image
{
	border: 2px solid #34200f;
	width: 100px;
}

img.image:hover
{
	border: 2px solid orange;
}

a.aimg
{
color: black;
text-decoration:none;
text-transform: uppercase;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
}

a.aimg:hover
{
background-color: #de6c3a;
color: white;
}