html, body
{
	font-family: Georgia, "Times New Roman", Times, serif;
	}

.homebutton
{
	line-height: 50px;
	border: 1px solid black;
	width: 300px;
	text-align: center;
}

.homebutton a, .homebutton a:visited
{
	color: #000;
	font-weight: bold;
	line-height: 50px;
	width: 100%;
	display: block;
	background-color: #D9E6D0;
	text-decoration: none;
	font-size: 16px;
}

.homebutton a:hover
{
	background-color: #2F3B1B;
	color: #fff;
}

.heading1
{
color: #0A3934; font-weight: bold;
}
