BODY	{
	margin-left:11%;
	margin-right: 22%;
}

BODY, P, TD, LI   {
	font-family:  Arial, Helvetica, sans-serif;
	background-color : White;
	color : Black;
}

H1, H2, H3, H4, H5, H6 {
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color : White;
	color : Gray;
}

/* links in entire site */
A:LINK{
text-decoration: none;
color: #993333;
}

A:HOVER{
   text-decoration: none;
	background: #DCDCDC;
}

A:VISITED{
text-decoration: none;
color: #AC865B;
}

/* content pages other than pics */

.inhalt{
	text-align: left;
}

img.marginal {
	float: right;
}

.copyr{
	font-size: smaller;
	color: #D8AF86}

/* picture comments */
p.sloozecomment {
	color : #666699;
}

/* admin errors: by default a yellow box */
p.sloozeerror {
	background-color : yellow;
	padding: 8px;
	border: 1px solid black;
}

/* next two for displaying admin table of top picture views */
TD.topviews {
	background-color : #ccccff;
	color : Black;
}
TD.topviewhdr {
	background-color : Black;
	color : White;
	font-weight: bold;
}

.data {
vertical-align: middle;
text-align: center;
background-color: #EDCFB1;
}

.killnetscapebug, textarea, select, option, input {
  font-family:geneva,arial,helvetica;
  font-size:11px;color:#000000;
  background-color:#F4E8DB;
  }
