BODY    {
    margin-left:5%;
    margin-right: 5%;
}
BODY, P, TD, LI   {
    font-family:  Tahoma,Arial, sans-serif;
    background-color : #1E004A;
    color : #E7D7FF;

}
h1, h2, h3, h4, h5 {
    font-family:  Tahoma,Arial, sans-serif;
    font-weight: bold;
    background-color : #4600B0;
    color : #D9BFFF;
}
H6 {
    font-family:  Tahoma,Arial, sans-serif;
    font-weight: bold;
    background-color : #4600B0;
    color : #000000;
    
}


/* picture comments */
p.sloozecomment {
    color : #666699;
}

/* admin errors: by default a yellow box */
p.sloozeerror {
    background-color : yellow;
    padding: 8px;
    border: 1px solid black;
}



td  { font-size:80%;
        line-height:90%;
        font-family:Tahoma,Arial,sans-serif;
        letter-spacing:0em;
        word-spacing:0em;
	text-align:left;}
a:link   { color:#FFFFFF; }
a:visited { color:#FFFFCC;}
a:active   {color:#D9BFFF;}
a:hover  {color:#BF95FF;}
.blackbox {font-size:9px; background-color:#000000; color : #FFFFFF; padding:0px; margin:0px; }
.gruen	  {font-size:9px; background-color:#e4f7ec; color : #000000; padding:0px; margin:6px; text-align:left; }