a, a:visited {
	color: #58595b;
	text-decoration: none;
}
a:hover {
	color: #f3a80e;
	text-decoration: underline;
}
a:focus, a:active {
	color: #58595b;
	text-decoration: underline;
}
ul, ol {
	padding-left: 1.5em;
}
body p {
	margin-bottom: 0.6em;
	text-align: justify;
}
