.title, .heading
{
	color: #007165;
}

.title
{
	font-size: 230%;
}

.heading
{
	font-size: 150%;
	clear: both;
	text-align: center;
	width: 100%;
	border-top:  solid #007165 2px;
	border-bottom:  solid #007165 2px;
	background-color: #eeefdb;
}

.image-left
{
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

.image-right
{
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

/* for page on mobile device (small screen) */

@media handheld, screen and (max-device-width: 480px)
{
	.image-left
	{
		float: none;
		margin-right: 0;
		margin-bottom: 0;
	}
}