body {
	font-family: "Courier New", courier, serif;
	font-size: 10px;
	margin: 0px;
	background: black;
	letter-spacing: -0.5px;
	word-spacing: 1px;
}

input, textarea {
	font-family: "Courier New", courier, serif;
	font-size: 10px;
	border: solid 1px black;
}

p {
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px
}

b.header1 {
	color: #660000;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 12px;
}

b.header2 {
	font-size: 8px;
	font-family: Verdana, "sans serif";
	font-weight: bold;
}

img {
	border: none;
}

a { color: black; text-decoration: none; font-weight: bold; }
a:hover { color: #660000; text-decoration: underline; }

b.header1 a { color: #660000; }

div.form_success {
	color: #660000;
	font-size: 8px;
	font-family: Verdana, "sans serif";
	font-weight: bold;
}

div.form_error {
	color: #660000;
	font-size: 8px;
	font-family: Verdana, "sans serif";
	font-weight: bold;
}