@charset "UTF-8";
/* CSS Document */

#review { 
	width:650px;
	background-color:#FFF; 
	padding:15px;
	margin-top:10px;
	margin-left:20px;
	margin-right:20px;
	border:double;
	border-color:#003;
	border-width:5px;
}

#review h2 {
	color:#033;
	text-align:center;
	font-weight:normal;
	
}

#review h2 span {
	font-size:18px;
	line-height:28px;
	color:#2B659A
	
	
}

#review p {
	color:#033;
	text-align:left;
	font-size:13px;
	
}

#review em {
	text-align:left;
}

#review .credit {
	font-size:12px;
	color:#069;
	text-align:center;
}

#review a .credit {
	font-size:12px;
}