body {
	background-color: #562c05;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #74ab96;
}

a{
	color: #74ab96;
	text-decoration: underline;
}

a:link{
	color: #74ab96;
	text-decoration: underline;
}

a:visited{
	color: #ffffff;
	text-decoration: underline;
}

a:hover{
	color: #ffffff;
	text-decoration: underline;
}

#content {
	margin-left: 100px;
	margin-right: 100px;
	margin: 4px;
	width: 518px;
}

.contact {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #74ab96;
	text-align: center;
	padding-top: 25px;
}

.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #74ab96;
	text-align: center;
	padding-top: 25px;
}