body {
	background: #8cc997;
	margin:0;
	text-align:center;
	color:#26443f;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/cat.jpg);
}

.credit {
font: normal 8pt "Century Gothic", sans-serif;
text-align: center;
}

h4, h3, h2, h1 {
font-weight: bold;
text-align: center;
}


div.title {
	background: white;
	border: #26443f 3px groove;
	margin: 10px auto;
	width: 65%;
	padding: 7px;
	background-color: #EBF4EA;
}

div.textblock {
	background: white;
	border: #26443f 3px groove;
	margin: 10px auto;
	width:65%;
	padding: 7px;
	text-align: justify;
	background-color: #EBF4EA;
}

.left {float: left; margin: 10px; border: #26443f 3px groove; line-height: 200px;}
.right {float: right; margin: 10px; border: #26443f 3px groove; line-height: 5.0;}

div.clearer {clear: both; line-height: 0; height: 0;}


A:link {
font-weight:bold; 
text-decoration: none; 
color: #468077;
}

A:visited {font-weight:bold; text-decoration: none; color: #8cc997}

A:active {font-weight:bold; text-decoration: none; color:#468077}

A:hover {font-weight:bold; text-decoration: underline; color: #468077}
