body {
	background-image: url(https://www.bigstonegap.co.uk/images/bsg_bg2.png);
	color: #000033;
	font-family: serif; 
	font-size: 80%;
	padding: 5px;
	text-align: left;
}
fieldset{
	border: none;
	padding: 3px;
}
div {
	overflow: auto;
}
a {
	text-decoration: none;
	color: #000;
}
a:Hover {
	text-decoration: underline;
}
a:visited{
color: #000;
}
em {
	font-weight: bold;
	font-style: normal;
	color: #AFF;
}
h1 {
	color: #000;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	margin: 10px;
	padding: 15px;
}
input[type=text],
input[type=password],
textarea{
	font-size: 0.9em;
}
input[type=button] {
	font-size: 0.9em;
	padding: 2px 3px;
	/* border-width: 2px; */
}
input[type=button]:Hover {
	color: #369;
	text-decoration: underline;
}
div.spaced{
	padding: 8px 0px;
}
.heading{
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	margin:  3px 5px;
	font-weight: bold;
}
.mainbody{
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	width: 70%;
	margin: auto;
}

/* dummy class for empty fields */
.none{
}
#demolist{
	text-align: left;
	font-weight: bold;
	width: 40%;
	margin: auto;
	color: #999999;
}
tr.outline{
	border: none;
	margin: 1px;
}
tr.outline:hover{
	border: thin gray solid;
}

#header,
#footer {
text-align: center;
}
.mainbody {
text-align: center;
}

