
html {
  background: #f5f5f5;
  color: #555555;
}

a {
	color:inherit;
	text-decoration: none;
}

a:hover {
	color: #004466;
}

.active a {
	border-bottom: 3px solid black;
}
