body {
	background: #eff3ef;
}

img#logo-temp {
	display: block;
	margin: 70px auto 0 auto;
	border: 2px solid #5c895f;
	padding: 5px;
}

div#text {
	margin: 10px auto 0 auto;
	text-align: center;
	font-family: Arial, Tahoma, Verdana, serif;
	font-size: 1em;
	line-height: 1.5em;
}

a {
	color: #5c895f;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #86a787;
	text-decoration: underline;
	font-weight: bold;
}