.top-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #f9f9f9;
	text-decoration: none;
}
.top-nav:hover {
	text-decoration: underline;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #414b59;
	text-decoration: none;
	text-align: justify;
}
.content-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #414b59;
	text-decoration: none;
	font-weight:bold;
}
.content-link:hover {
	text-decoration: underline;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	color: #414b59;
	text-decoration: none;
}
.footer-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	color: #414b59;
	text-decoration: underline;
}
.footer-link:hover {
	text-decoration: none;
}
.big-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}