body {
	background-color: #000000;
	color: #000000;
	font-size: 12px;
}
.box-review-title
{
	text-align:center;
	font-weight:bold;
	font-size:24px;
	padding-top:3px;
	padding-bottom:3px;
	margin:0px;
	padding-left: 2px;
	background-color: #000000;
	}
a:link {
	color: #0000FF;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}
a:visited {
	text-decoration: underline;
	color: #0000FF;
	font-size: 14px;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
}
a:active {
	text-decoration: underline;
	color: #0000FF;
	font-size: 14px;
	font-weight: bold;
}

h1 {
	margin: 0px;
	font-size: 24px;
	color: #000000;
	text-align: center;
}
h2, h3, h4, h5, h6 {
	margin: 0px;
	font-size: 24px;
	color: #000000;
}

.text {font-size: 13px}
.red {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
.img-wrap {
	float: left;
	margin-right: 15px;
}
