.name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	background-color: #93d51d;
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	width: 90%;
	margin-top: -10px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacty: 0.8;
	opacity: 0.8;
}
.name  a:link, .name a:visited {
	font-weight: bolder;
	color: #000000;
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	padding: 5px;
}
.name  a:hover {
	font-weight: bolder;
	color: #93D51D;
	text-align: center;
	display: block;
	padding: 5px;
	background-color: #000000;
}
.image {
	text-align: center;
	width: 90%;
}

