body {
	background-color: #d5e3d7;
	font-size: 10pt;
	font-family: sans-serif;
	text-align: center;
}
h1 {
	text-align: center;
	text-decoration: none;
	font-size: 20pt;
	background-color: #dfdfb9;
	border-style: none;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: #8f8f59;
}
input, #test {
	border-style: solid;
	border-width: 1px;
	border-color: #55925d;
	background-color: #dfdfb9;
	font-weight: bold;
}
a {
	text-decoration: underline;
	color: #55925d;
}
a:hover {
	color: #E9A56d;
}
.iface, #tface, #iface {
	text-align: left !important;
	margin-bottom: 2em;
	border-style: solid;
	border-width: 2px;
	border-color: #55925d;
	width: 90%;
	height: 90%;
	margin-top: 30px;
	background-color: #eae8cf;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#tface {
	height: auto !important;
}
/*.iface {
	height: 100%;
}*/
#iface {
	height: auto !important;
}

form {
	text-align: left;
}
hr {
	width: 40%;
}
p {
	text-align: justify;
}
img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}