html,body {
  font-family: 'helvetica neue', helvetica, arial, sans, sans-serif;
}

body {
    margin: 1em;
    text-align: left;
}
	
a, a:hover {
  color: #0084B4;
  text-decoration: underline;
}

h1, h2 {
    font-size: 175%;
    /* font-weight: bold; */
    color: #0084B4;
    border-bottom: 1px solid #97CD39;
    margin-bottom: 18px;
}


