@charset "UTF-8";
a {
	color: #336633;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #336633;
	text-decoration: underline;
}
.centered {
    margin-eft: auto;
    margin-right: auto;
}