* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	margin: 1em auto;
	width: 750px;
	font-family: arial, sans-serif;
	font-size: 10pt;
	background-color: #660;
	color: #fff;
}

h1 {
	font-size: 200%;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: center;
	color: #fff;
}

h2 {
	font-size: 150%;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #9c0;
}

h3 {
	font-size: 110%;
	font-weight: bold;
	color: #fff;
}

h4 {
	font-size: 100%;
	font-weight: bold;
	color: #fff;
}

a {
	color: #9c0;
}
a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #9c0;
}
a:hover, a:active {
	font-weight: bold;
	text-decoration: underline;
}

.warning {
	color: #f00;
}

p {
	margin-bottom: 1em;
}
p.warning {
	margin-bottom: 0;
}
h1 + p {
	margin-bottom: 0;
	text-align: center;
}
p#copyright {
	margin: 1em auto 0;
	padding: 5px 10px;
	border: thin solid #000;
	clear: both;
	width: 500px;
	font-size: 90%;
	text-align: center;
	background: #9c0;
	color: #000;
}

ul#nav {
	margin-bottom: 1em;
	text-align: center;
	list-style-type: none;
}
ul#nav li {
	display: inline;
}
ul#nav li a {
	padding: 0 0.25em;
	border: thin outset #000;
	color: #660;
	background: #9c0;
}
ul#nav li a:hover {
	text-decoration: none;
}
ul#nav li a:active {
	text-decoration: none;
	border: thin inset #000;
}

ol#news,
ol#faq {
	margin-top: 1em;
	list-style-type: none;
}
ol#news li,
ol#faq li {
	margin-top: 0.5em;
	padding-left: 1em;
}
ol#news li p,
ol#faq li p {
	padding-left: 1em;
}

ol#faq li ul {
	padding-left: 1em;
	list-style-type: none;
}

input, select {
	border: thin solid #9c0;
	padding: 0 0.25em;
	width: 10em;
	background-color: #990;
	color: #fff;
}
input.submit {
	border: thin outset #000;
}

form#signin {
	margin-bottom: 1em;
}
form#signin h2,
form#signin label,
form#signin input {
	display: block;
	float: left;
	width: 120px;
	margin-bottom: 5px;
}
form#signin h2 {
	text-align: right;
}
form#signin label {
	padding-right: 20px;
	text-align: right;
	font-weight: bold;
}
form#signin input.submit {
	float: none;
	clear: both;
	width: 120px;
	margin-left: 140px;
}
form#signin p {
	clear: both;
}
form#signin p a {
	margin-left: 140px;
}
form#newuser h2,
form#newuser label,
form#newuser input,
form#newuser select,
form#newuser h3 {
	display: block;
	float: left;
	width: 180px;
	margin-bottom: 25px;
}
form#newuser h2 {
	margin-bottom: 10px;
}
form#newuser h3 {
	margin: 1em 0 0 0;
}
form#newuser h2,
form#newuser h3,
form#newuser label {
	padding-right: 20px;
	text-align: right;
}
form#newuser input.submit,
form#newuser p.info {
	float: none;
	clear: both;
	margin-left: 200px;
	margin-bottom: 0;
}
form#newuser p,
form#newuser h3 {
	clear: both;
}
