body {
    margin: 0;
    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: 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 {
    text-decoration: none;
    color: #00A
}

A:hover {
    color: red;
    text-decoration: underline
}

a img {
    border: none
}

/* Egen-definerte klasser */

td.menyhdr {
    font-size: 10px;
    font-weight: bold;
    color: white;
    background-image: URL(/img/bg_meny.jpg)
}
td.menylinje1 {
    font-size: 10px;
    background: #efefef
}
td.menylinje2 {
    font-size: 10px;
    background: #e4e4e8
}

a.menyh {
    text-decoration: none;
    color: white
}
a.menyh:hover {
    text-decoration: none;
    color: white;
}
a.menyl {
    text-decoration: none;
    color: #002
}
a.menyl:hover {
    text-decoration: underline;
    color: red
}
