.image_box {
	float: right; 
	border: 1px solid #CC9999; 
	background: #FFEEEE; 
	padding: 10px; 
	margin-right: 10px; 
	width: 150px; 
	text-align: center;
	margin-right: 40px;
}

.image_box a {
	color: darkred;
	text-decoration: underline;
}

.image_box a img{
	border: 1px red solid;
	text-decoration: none;
}
