﻿
table {
    border-collapse: collapse;
}

th {
    background-color: lightgray;
}

table, th, td {
    border: 1px solid black;
    padding: 3px;
}

td  {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    text-decoration: none;
}

body /* Brukes for å fange opp tilfeller hvor style ikke settes på andre måter */ {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    text-decoration: none;
}

a {
    color: #002244;
    text-decoration: underline;
}

    a:active {
        color: #003366;
        text-decoration: underline;
        font-weight: bold;
    }

    a:hover {
        color: #003366;
        text-decoration: underline;
    }

    a:visited {
        color: #003366;
    }

h1 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 16pt;
    font-weight: bold;
    color: #002244;
    text-decoration: none;
}

h2 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13pt;
    font-weight: bold;
    color: #002244;
    text-decoration: none;
}

h3 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #002244;
    text-decoration: none;
}
