html {
  /*overflow: -moz-scrollbars-vertical !important;*/
  overflow-y: scroll;
  font-size: 100%; /*IS HACK: sets 1em equal to users default text size*/
}
body {
  margin: 0;
  padding: 0;
}



h2 {
  margin: 0.5em 0 0 0;
}

.subpage-rounded h2 {
padding-bottom: .5em;
padding-top: .3em;
}

h3 {
  margin: 1em 0 0 0;
}


/* Links */

a, a:visited {
  /*color: #002D62;*/
  color: #336699;
  text-decoration: none;
  font-weight:bold;
}

a:hover {
  color: #2E4C6F;
  text-decoration: underline;
}

a img {
  border: 0;
}

a.external:after {
  content: " " url('/inc/img/external.png');
}

a.highlight {
  font-weight: bold;
}

fieldset {
  margin-bottom: 2em;
  padding: 0 0.8em 0.8em;
  border: 1px solid #D5D5D5;
}

legend {
  color: #002B5F;
  font-weight: bold;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

:focus {
	outline-style:none;
}