strong {
	font-weight: 600;
}

a:link, a:visited {
	color: #2266AA;
}

a:hover, a:active {
	text-decoration: underline;
}

a.rounded-button {
	box-shadow: 0px 1px 1px rgba( 0%, 0%, 0%, 0.25 );
}

#page {
	color: black;
	background: white;
}

#footer {
	color: #555;
}