
/** generic styles **/

:LINK {
        color : #000000;
        text-decoration : underline;
}

A:ACTIVE {
        color : #000000;
        text-decoration : underline;
}

A:VISITED {
        color : #000000;
        text-decoration : underline;
}

BODY      {
        font-family : Times New Roman Times Serif, sans-serif;
        font-size: 20px;
        color : #000000;
        font-weight : normal;
        font-style : normal;
        background-color : #663366;
}

.bruker   {
        font-family : Times New Roman Times Serif, sans-serif;
        font-size: 20px;
        color : #000000;
        font-weight : normal;
        font-style : normal;
        padding: 4 4 2 4;
}
.odde   {
        font-family : Times New Roman Times Serif, sans-serif;
        font-size: 20px;
        color : #000000;
        font-weight : normal;
        font-style : normal;
        padding: 4 4 2 4;
        background-color : #336666;
}
.even   {
        font-family : Times New Roman Times Serif, sans-serif;
        font-size: 20px;
        color : #000000;
        font-weight : normal;
        font-style : normal;
        padding: 4 4 2 4;
}
H1 { font-family: Times New Roman Times Serif, sans-serif;
        font-size: 24px;
        font-weight: bold;
        color : #000000;
}

H2 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 120%;
        font-weight: bold;
        color : #000000;
}
H3 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 110%;
        font-weight: bold;
        color : #000000;
}


