a {
  color: #6f916f;
}

a:hover {
  color: #6f916f;
  text-decoration: underline dashed;
}

a:focus {
  color: gray;
  outline: 0;
}

div.update-container {
  background-color: #154768;
  color:white;
  padding:1em;
  margin-bottom: 1em;
}

div.update-container h1 { margin: .25em; }
div.update-container h2 { margin: .25em; }
div.update-container h3 { margin: .25em; }

h1 { font-size: 2rem; }
h2 { font-size: 1.5rem; }
h3 { font-size: 1.25rem; }

.article-content h3 {
  font-weight: bold;
}

.article-content p {
  line-height: 1.25em;
  letter-spacing: 0;
}

::selection {
  background: #6f916f;
  color: white;
}

a.plain {
  color: inherit;
}

.update-container a {
  color: inherit;
  text-decoration: underline dashed;
}

.full-width { width: 100%; }
