html {
 overflow: scroll;
 margin: 0;
 padding: 0;
}

body {
 background-color: #1A2D57;
 margin: 1em 1em 10em 1em;
 font-size: 12pt;
}


a, a:link, a:vistited { color: #1A2D57 } 
a:hover { color: #EF3B3A; text-decoration: none; }


h1, h2, h3, h4, body { font-family: Helvetica, "Helvetica Neue", Arial, sans-serif; }

h1 { font-size: large; margin-bottom: 1em; }
h3 { font-weight: bold; clear: both; }

ul { list-style-type: square }

#box { background-color: white; margin:0; padding: 0; height: auto; }

#menu { padding-top: 1.5em; color: white; }
#menu a { color: white; }
#menu a.meldhet { color: #EF3B3A; }
#menu li { margin: 0.5em 0; }


img.logo { 
  width: 100%;
}

a { text-decoration: none }
#menu a:hover { color: #EF3B3A; text-decoration: none; }
#menu .selected a { color: #EF3B3A; }
#menu a:hover.meldhet { color: white; text-decoration: none }


#tab-set { margin: 2em; }


.credits {
  clear: both;
  color: gray; 
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
}

