body {
    color: black;
    margin: 15 0 0 0;
    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;
    margin-bottom: 12px;
}

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: #00539F;
}

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

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

a img {
    border: none;
}


/* Egne klasser */

a.vmeny {
    font-size: 8pt;
    color: #00539F
}
a.vmeny:hover {
    font-size: 8pt;
    color: red;
    text-decoration: underline
}

a.vmenyAktiv {
    font-size: 8pt;
    font-weight: bold;
    color: #00539F
}
a.vmenyAktiv:hover {
    font-size: 8pt;
    font-weight: bold;
    color: red;
    text-decoration: underline
}

.vtekst {
    font-size: 8pt;
    color: #00539F
}

.nyhet {
    font-size: 9px;
    color: #00539F
}

