body {
	background-color: orange;
}
h1 {
	font-size: 30px;
	font-family: "Arial Black", Gadget, sans-serif;
	color: white;
}

p {
	font-size: 14px;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #a55340;
	margin:10px;
}

div {
	background-color: #ffe4c1;
	width: 400px;
	height: 200px;
	margin-top: 10px;
	margin-left: 50px;
	padding: 10px;

}

img#profile {
	margin-left: 50px;
	margin-top: 50px;
	margin-right: 10px;
	width: 200px;
}


.star {
	margin-left: 3px;
}

table {
	float:left;
}

div p {
	font-size: 14px;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #a55340;
}

span {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

button {
	width: 95px;
	height: 40px;
	margin: 5px;
	background-color: #f45f42;
	color: white;
	border: none;
	float: left;
}

div#reviews {
	float: right;
	margin-top: 158px;
	margin-right: 99px;
	width: 600px;
	height: 320px;
}

p#review {
	font-size: 30px;
}



