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

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

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: 5;
}

h6 {
    font-size: 8pt; 
    font-weight: bold;
    margin-top: 4px;
    margin-bottom: 5px;
}

a {
    text-decoration: none;
    color: #800000;
}

A:hover {
    color: #FF0000;
    text-decoration: underline;
}

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

td  {
    font-size: 9pt;
    font-weight: normal;
}

li {
    font-size: 9pt;
}


/* Nettbutikk stil */

.hitemlist {
    background: #008080;
    color: #FFFFFF;
    font-size: 10pt;
    border: 1px solid #efefef;
}
