body {
	background-color: #ffffff;
	font-size: 12px;
	font-family: Arial;
	color: #000000;
}

a:link {
	font-size: 14px;
	font-family: Arial;
	color: #333333;
	text-decoration: none;
}

a:visited {
	font-size: 14px;
	font-family: Arial;
	color: #333333;
	text-decoration: none;
}

a:active {
	font-size: 14px;
	font-family: Arial;
	color: #333333;
	text-decoration: none;
}

a:hover {
	font-size: 14px;
	font-family: Arial;
	text-decoration: underline;
	color: #dd4528;
}

td {
	font-size: 14px;
	font-family: Arial;
	color: #333333;
}

.review {
	line-height: 24px;
	padding: 75px;
}

.main {
	font-size: 14px;
	font-family: Arial;
	color: #333333;
	}
	
.reviewbox {
	border: solid 1px #000000;
	padding: 20px;
}