
body {
    /*color: #000000;*/
    font-family: georgia,palatino,'book antiqua','palatino linotype',serif;
    font-size: 19px;
}

td {
    color: #000000;
    font-family: georgia,palatino,'book antiqua','palatino linotype',serif;
    font-size: 19px;
}

input {
    color: #000000;
    font-family: georgia,palatino,'book antiqua','palatino linotype',serif;
    font-size: 19px;
}

a {
    color: #4186D2;
    text-decoration: none;
    font-size: 19px;
    font-weight: 700;
}


    a:hover {
        color: #0E56A6;
        text-decoration: none
    }

/*Använder på sidor som inte är SEO optimerat*/
h1 {
    display: block;
    font-size: 26px;
    font-weight: bold;
}


h2 {
    position: absolute;
    top: 75px;
    color: #ffffff; /* tidigare 596e03*/
    left: 0;
    width: 100%;
}


/* Följande kod gäller för länkar med olika egengskaper på samma sida.*/
.userControlLink a {
    FONT-FAMILY: georgia,palatino,'book antiqua','palatino linotype',serif;
    font-size: 19px;
    color: #ffffff;
    TEXT-DECORATION: none
}

    .userControlLink a:hover {
        FONT-FAMILY: georgia,palatino,'book antiqua','palatino linotype',serif;
        font-size: 19px;
        color: #000000;
        TEXT-DECORATION: none
    }

.userControlItemLink a {
    FONT-FAMILY: georgia,palatino,'book antiqua','palatino linotype',serif;
    font-size: 19px;
    font-weight: normal;
    color: #000000;
    TEXT-DECORATION: none
}

    .userControlItemLink a:hover {
        FONT-FAMILY: georgia,palatino,'book antiqua','palatino linotype',serif;
        font-size: 19px;
        font-weight: normal;
        color: #7bab49;
        TEXT-DECORATION: none
    }
