@charset "utf-8";

a {
	color: #63605B;
	text-decoration: none;
}

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

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #63605B;
	margin: 20px;
}

.info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #63605B;
	line-height: 25px;
	letter-spacing: 0.1em;
	text-align: justify;
	margin: 20px;
}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #63605B;
	border-bottom-width: thick;
	border-bottom-color: #758F14;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-style: solid;
}

.outline {
	border: thick solid #758F14;
}
