
body{
	background-color: #E8EAE8; 
	color: #5D665D;
	margin-top: 70px;
	margin-bottom: 70px;
	margin-left: 100px;
	margin-right: 80px;
	line-height: 120%
}

a:link{
	color: #696;
	text-decoration: none;
}

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

#logo{
	text-align: center;
	font-size: 1.5em;
	height: 55px;
}

#main{
	padding: 45px;
	border: groove;
	background-color: #E8EAE8;
}

#footer{
	font-size: 10px;
}