body {
	margin: 0;
	padding: 0;
	background-color: #28a583;
}

img{
	border: 0;
}



h1 {
	font-family: helvetica, arial, sans-serif;
	font-size: 32px;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
color: #c1faeb;
}


h2 {
font-family: helvetica, arial, sans-serif;
	font-size: 24px;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	color: #c1faeb;
}


h3 {
font-family: helvetica, arial, sans-serif;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	color: #c1faeb;
}


p {
margin-top: 3px;
color: #105945;
font-size: 12px;
font-family: helvetica,arial,sans-serif;
}


a {
	text-decoration: none;
	color: #c1faeb;
}


a:hover {

	text-decoration: line-through;

}


ul li {
	list-style-type: circle;
}


.list {
	font-size: 11px;
	font-weight: bold;
margin: 0;
}


#head {
	position: absolute
	top: 0;
	left: 0;
	width: 700px;
	height: 200px;
	overflow:hidden;
}

#main {
	position: absolute;
	top: 225px;
	left: 375px;
	width: 475px;
	margin: 0;
	padding: 0;	


}


#reviewlist {
	position: absolute;
	top: 225px;
	left: 50px;
	width: 300px;
	margin: 0;
	padding: 0;
	
}


.post {
	margin-bottom: 50px;

}

.posttitle {
	font-family: "times new roman", serif;
	font-size: 30px;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 0px;
}



.comment {
	text-align: right;
	font-size: 11px;
	font-style: italic;
}

