/* BODY    {
    margin-left:11%;
    margin-right: 22%;
} */
BODY, P, TD, LI   {
    font-family:  Verdana;
    background-color : White;
    color : Black;
}
TD  {
    font-family:  Verdana;
    background-color : #FFFFFF;
    color : White;
}
A   {
    font-family:  Verdana;
    text-decoration:underline;
}
H1, H2, H3, H4, H5, H6 {
    font-family:  Verdana;
    font-weight: bold;
    background-color : White;
    color : #333366;
}

/* picture comments */
p.sloozecomment {
    color : #666699;
}

/* admin errors: by default a yellow box */
p.sloozeerror {
    background-color : yellow;
    padding: 8px;
    border: 1px solid black;
}

a:link { color: rgb(0,0,0);text-decoration:none }
a:visited { color: rgb(0,0,0);text-decoration:none } 
a:active { color: #000080;text-decoration:none } 
a:onmouseover {color: blue;text-decoration:none;font-weight: bold }
