.navbar
	{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 2px;
	width: auto;
	text-transform: capitalize;
	vertical-align: top;
	text-align: center;
	}
	
	.navbar:hover
	{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 2px;
	background-color: #00A452;
	}

	
.secondnav {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	display: inline;
	color: #00794C;
	font-weight: bold;
	text-align: center;
}
.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #00794C;
}
.names {
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	position: absolute;
	top: auto;
}
.content {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-decoration: none;
	text-indent: 1pc;
	text-align: left;
}
.thumbBox {
	height: 173px;
	width: 536px;
	overflow: auto;
	padding: 5px;
	float: left;
}
.spacing {
	border: thin solid #00794C;
	padding: 5px;
}
