
/** generic styles **/

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

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

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

BODY      {
        font-family : Lucida, sans-serif;
        font-size: 20px;
        color : #33CCFF;
        font-weight : normal;
        font-style : normal;
        background-color : #CCFF33;
}

.bruker   {
        font-family : Lucida, sans-serif;
        font-size: 20px;
        color : #33CCFF;
        font-weight : normal;
        font-style : normal;
        padding: 4 4 2 4;
}
.odde   {
        font-family : Lucida, sans-serif;
        font-size: 20px;
        color : #33CCFF;
        font-weight : normal;
        font-style : normal;
        padding: 4 4 2 4;
        background-color : #FF99FF;
}
.even   {
        font-family : Lucida, sans-serif;
        font-size: 20px;
        color : #33CCFF;
        font-weight : normal;
        font-style : normal;
        padding: 4 4 2 4;
}
H1 { font-family: Lucida, sans-serif;
        font-size: 40px;
        font-weight: bold;
        color : #33CCFF;
}

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


