body {
	background:  black;
	color:       #FFD030;
	font-family: sans-serif;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	color: #FFFFFF;
	font-size: xx-large;
	font-weight: bold;
	text-align: left;
	font-family: "Courier New", monospace;
}
h1 {
	text-align: center;
}
h2 {
	font-size: x-large;
}

h3 {
	font-size: large;
	font-family: sans-serif;
	font-weight: normal;
}
h4 {
	font-size: large;
}
h5 {
	font-size: medium;
	font-family: sans-serif;
}
h6 {
	font-size: medium;
	font-family: sans-serif;
	font-weight: normal;
}

p {
	padding-left: 20pt;
	font-weight:  bold;
}

fieldset legend {
	font-size: smaller;
}
fieldset {
	margin: 5pt;
	padding-left: 5pt;
	padding-right: 5pt;
	padding-bottom: 5pt;
}

strong {
  font-weight: bolder;
}

.error {
	color: red;
}

.control {
	background: #101010;
	padding: 5pt;
	margin: 1pt;
	border: thin dashed #282828;
}

.head {
	background: #282828;
}

.foot {
	background: #202020;
}

.span {
	display: inline;
}

.switch {
	background: #806018;
	color:   black;
	border:  thin solid #FFD030;
	padding: 5pt;
}
.switch:hover {
	background: #FFD030;
	color:   black;
	border:  thin solid white;
}
.switch:focus {
	background: #FFD030;
	color:   black;
	border:  thin inset white;
}


