BODY    {
    margin-left:12%;
    margin-right: 22%;
		font-family:  Verdana, Arial, Helvetica, sans-serif;
    background-color : transparent;
}

a img {color: white;
} 

A:link {
	color: #006600; text-decoration: none; 
}

A:active {
	color: #9999ff; text-decoration: none;
}
A:visited {
  color: #006600; text-decoration: none; 
}
A:hover {
  color: #9999ff; text-decoration: none;
}
img.marginal {
	float: left;
}

 P, TD, LI, UL   {
    font-family:  Verdana, Arial, Helvetica, sans-serif;
    background-color : White;
    color : Black;
}

LI, a {
    font-size:12px;
		text-decoration:none;
}

H1, H2, H3, H4, H5, H6 {
    font-family:  Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    background-color : White;
    color : #444444;
}

/* picture comments */
p.sloozecomment {
    color : #666699;
}

/* admin errors: by default a yellow box */
p.sloozeerror {
    background-color : yellow;
    padding: 8px;
    border: 1px solid black;
}

