html, body {
    margin: 0;
    padding: 0;
}
body {
    color: black;
    font-size: 9pt;
    font-family: Verdana, Arial, Helvetica, Tahoma, SansSerif, serif
}

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: 12pt; 
    font-weight: bold; 
    margin-top: 5px;
    margin-bottom: 10px
}
h2 {
    font-size: 11pt;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 10px
}
h3 {
    font-size: 10pt;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 8px
}
h4 {
    font-size: 9pt; 
    font-weight: bold;
    margin-top: 4px;
    margin-bottom: 6px
}
h5 {
    font-size: 8pt; 
    font-weight: bold;
    margin-top: 4px;
    margin-bottom: 5px
}
h6 {
    font-size: 9px; 
    font-weight: bold;
    margin-top: 4px;
    margin-bottom: 5px
}

a {
    text-decoration: none;
    color: #00A
}
a:hover {
    text-decoration: underline;
    color: red;
}

a img {
    border: none
}

/* Egne klasser */

#Innhold {
    color: black;
    padding: 12px;
}
td.side {
    color: black;
    background-image: URL(../img/side_bg.png);
    background-repeat: repeat-x;
}

span.menyelem {
    color: #202020;
}
.tmeny {
    color: #202020;
}
a.tmeny {
    color: #202020;
}
a.tsmeny {
    color: #202020;
    font-weight: bold;
}

.KontaktFelt {
    font-size: 8pt;
    color: #808080;
    margin-bottom: 5px
}

.NewsCategory {
    font-size: 10pt;
    font-weight: bold;
    color: #0072ba;
    margin-bottom: 7px
}
.NewsLink {
    font-size: 8pt;
    color: #606060;
    margin-bottom: 3px
}
.NewsRef {
    font-size: 8pt;
    color: #606060;
}

/* Utskrift av nyhetsartikler */

.NewsArtTitle {
    color: black
}
.NewsArtSubTitle {
    color: black
}
.NewsArtCredits {
    margin-bottom: 15px;
    font-size: 9px
}
