html, body {
    margin: 0;
    padding: 0;
}
body {
    color: black;
	font-size: 95%;
    font-family: Georgia, "Times New Roman", serif;
    margin: 0px;
    background-color: #eee;
    text-align: center;
}

p, li, td, div {
    font-size: 9pt;
    font-weight: normal
}

p {
    margin-top: 8px;
    line-height: 1.25em
}

th {
    font-size: 9pt;
    font-weight: bold
}

h1 {
    font-size: 14pt; 
    font-weight: bold; 
    margin-top: 5px;
    margin-bottom: 10px
}
h2 {
    font-size: 12pt;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 10px
}
h3 {
    font-size: 11pt;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 8px
}
h4 {
    font-size: 10pt; 
    font-weight: bold;
    margin-top: 4px;
    margin-bottom: 6px
}
h5 {
    font-size: 9pt; 
    font-weight: bold;
    margin-top: 4px;
    margin-bottom: 5px
}
h6 {
    font-size: 8pt; 
    font-weight: bold;
    margin-top: 4px;
    margin-bottom: 5px
}

a, a:link, a:hover, a:active {
  color: #a41919;
}
a:visited {
  color: #b52a2a;
}

a img {
    border: none
}

img {
  border: 0px;
}

.content {
    text-align: left;
    background-color: white;
    width: 967px;
    height: 100%;
    padding:0 7px 0 7px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin: 0 auto;
    overflow: hidden;
}

.header {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: left;
    border-top: 3px solid #0074be;
    border-bottom: 3px solid #0074be;
    padding: 6px;
}

.body {
    margin-left: 8px;
    text-align: left;
    height: 99%;
}

.meny {
    padding: 6px;
    margin: 0;
    text-align: left;
}
.meny li {
    list-style: none;
}
.meny li a {
    text-decoration: none;
    color: #016982;
}
.meny li a:hover {
    color: #202020;
    border-bottom: 3px solid #a41919;
}
