h1 {
  color: #084177;
}

p {
  line-height: 1.4;
}

a {
  outline: none;
  text-decoration: none;
  padding: 2px 1px 0;
}

a:link {
  color: #27496d;
}

a:visited {
  color: #6886c5;
}

a:focus {
  border-bottom: 1px solid;
  background: #BAE498;
}

a:hover {
  border-bottom: 1px solid;     
  background: #ffffdd;
}

a:active {
  background: #00909e;
  color: #ffffdd;
}
