
body {
    /* The background image */
    /*background-image: url("../designPictures/bg.jpg");*/
    /* Set a specified height, or the minimum height for the background image */
    min-height: 100%;
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: fixed;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    background-size: cover;
    /*rolle kod*/
    min-width: 1170px;
    background-color: #ffffff;
    color: #000000;
    font-family: georgia,palatino,'book antiqua','palatino linotype',serif;
    font-size: 18px;
}

td {
    color: #000000;
    font-family: georgia,palatino,'book antiqua','palatino linotype',serif;
    font-size: 18px;
}

input {
    color: #000000;
    font-family: georgia,palatino,'book antiqua','palatino linotype',serif;
    font-size: 18px;
}

a
{
color: #4186D2;
text-decoration: none;
font-size: 18px;
font-weight: 700;
}


a:hover
{
color: #0E56A6;
text-decoration: none
}

/* Följande kod gäller för länkar med olika egengskaper på samma sida.*/
        .userControlLink a
        {            
            FONT-FAMILY: Georgia;
            font-size:18px;
            color: #000000;
            TEXT-DECORATION: none
        }
        .userControlLink a:hover
        {
            FONT-FAMILY: Georgia;
            font-size:18px;
            color: #000000;
            TEXT-DECORATION: none
        }
         .userControlItemLink a
        {            
            FONT-FAMILY: Georgia;
            font-size:18px;
            font-weight: normal;
            color: #000000;
            TEXT-DECORATION: none
        }
        .userControlItemLink a:hover
        {
            FONT-FAMILY: Georgia;
            font-size:18px;
            font-weight: normal;
            color: #7bab49;
            TEXT-DECORATION: none
        }