body.standard { 
    background-color: #FFFFFF;
}

table.standard {
    font-size: 80%; 
    background-color: #FFFFFF;
    font-family: arial, helvetica, verdana, sans-serif;
    color: #000000; 
    line-height: 1.2;
}

.cellfarg { 
    background-color: #f7f6f1; 
}

.margin {
    font-size: 10px;
    font-family: arial, helvetica, verdana, sans-serif;
    color: #000000;
    line-height: 1.3;
}

.margintop {
    font-size: 9px;
    font-family: verdana, arial, helvetica, sans-serif;
    color: #ffffff; 
    text-align: right;
}

/* Länkar och deras tillstånd */
a:link, a:visited, a:active {
    font-family: verdana, arial, helvetica, sans-serif; 
    color: #0000ff; 
    text-decoration: none;
}

a:hover {
    text-decoration: underline; 
}

/* Storlänk klasser */
a.storlank:link, a.storlank:visited, a.storlank:active, a.storlank:hover {
    font-size: 1.1em; 
    margin-top: 12px; 
    margin-bottom: 12px; 
    font-weight: bold; 
    color: #0000ff;
}

a.menyLink:link, a.menyLink:visited, a.menyLink:active, a.menyLink:hover {
    font-size: 11px; 
    color: #FFFFFF; 
    font-weight: normal; 
    text-decoration: none;
}
