html, body { 
margin: 0px;
padding: 0px;
color: #bbb;
font-family:verdana, arial, sans-serif; 
font-size: 11px;
background-color:#000;
}

A	{ color: #000; font-family:verdana, arial, sans-serif; font-weight: bold; font-size: 11px; text-decoration: none; } 

	A:link	{ color: #999; text-decoration: underline; } 
	A:visited	{ color: #fff; text-decoration: underline; } 
	A:active	{ color: #fff; text-decoration: underline; } 
	A:hover	{ color: #FFF; text-decoration: none; background-color: #500000 }

BODY, P, TD, LI   {
    font-family:  Arial, Helvetica, sans-serif;
    color: #aaa;
}
H1, H2, H3, H4, H5, H6 {
padding: 3px;
font-size: 12pt;
text-align: center;
color: #fff;
background-color:#222;
border: 1px solid #999;
width: 50%;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

img { padding: 4px;
	 margin: 2px;
     border: 1px solid #666;
	 }

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

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

.mainbody {
	background-image:url('http://ergh.org/photog/bg.gif');
	}

.domainname {
padding: 3px;
text-align: center;
color: #fff;
background-color:#111;
border-bottom: 1px solid #999;
border-top: 1px solid #999;
}

.navbar {
padding: 3px;
text-align: left;
background-color:#111;
border-top: 1px solid #999;
border-bottom: 1px solid #999;

}