body {
	color: silver;
	font: .75em verdana;
	background: black
}

h1 {
	color: gold;
	font-family: Times;
	font-style: Italic;
	font-size: 200%
}

h3 {
	color: gold;
	font-size: 150%
}

h4 {
	color: gold;
	font-size: 110%
}

A:link, A:visited {
	color: silver;
	text-decoration: underline
}

A:hover {
	background: black;
	color: white
	
}

A:active {
	color: red;
}

SPAN.pagename {
	color: white;
	font-size: 125%
}

DIV.pagename {
	color: white;
	font-size: 125%
}

.textinputfield {
	background: white;
	position: absolute;
    left: 15em;
}

.formlabel {
	font-weight: bold;
}

IMG.galleryleft {
	position: relative;
	left: 1em;
	vertical-align: bottom;
}

IMG.galleryright {
	position: relative;
	left: 1em;
	vertical-align: top;
}