body{
	font-family:Arial,Helvetica,sans-serif;
	text-align:center;
}
#reviewContainer{
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	width:700px;
	text-align:justify;
}
.reviewTitle{
	font-weight:bold;
	font-size:120%;
	color:red;
	margin-bottom:3px;
}
.reviewSubtitle{
	font-weight:bold;
	color:red;
	margin-bottom:5px;
}
.reviewOverview{
	font-size:80%;
	margin-bottom:10px;
}
.reviewAuthor{
	font-size:80%;
}
p{
	font-size:95%;
}
.subheading{
	font-weight:bold;
	text-decoration:underline;
}
.footer{
	border-top:1px solid black;
	font-size:75%;
	text-align:right;
	padding-top:3px;
}
