body {
	font-family: calibri, arial, sans serif;
	width: 600px;
  margin:auto;
	background-color: #dce6c8;
}
a {
	color: #969c89;
	text-decoration: none;
}

a:hover {
	color: #969c89;
}
img {
	float: left;
	margin-right: 30px;
	width: 150px;
	height:150px;
	border-color: #969c89;
	border: solid;
}
.preview {
	float: right;
	width: 390px;
}
h6 {
	font-size: 36px;
	line-height: 36px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.push {
	float: right;
	font-size: 14px;
}

.info_box {
	background-color: #f8ffe8;
	color: #666e53;
	padding: 0px;
	float: left;
	font-size: 14px;
}

.info_box a {
	color: #618a00;
	text-decoration: none;
	font-style: italic;
	font-size: 14px;
}
.link {
	padding: 0px;
	margin-top: 0px;
}
.link a {
	font-style: italic;
	font-size: 14px;
}

.link li:after {
	
	padding-left: 3px;
	padding-right: 3px;
	color: #992b0f;
}

.link li:last-child:after {
	content: none;
}
ul li {
	display: inline;
}
.text {
	clear: both;
	color: #485233;
	font-size: 15px;
	line-height: 20px;
}