body, td, th, div {
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
}
input, textarea, select {
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
}
body {
	background-color: black;
	background-image: url('/img/dps-collage.jpg');
	background-position: 115px 260px;
	background-attachment: fixed;
	color: #EAEAEA;
}

form {
	display: inline;
}

h1 {
	text-transform: uppercase;
	margin: 0px;
}

h2, h3 {
	margin: 0px;
}

h3 {
	margin-bottom: 5px;
}

th {
	text-align: left;
}

a {
	color: white;
}
a:hover {
	text-decoration: none;
}

input.submit {
	font-size: 11px;
	font-weight: bold;
}

#header .navi, .navi a {
	font-family: Courier New;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0px;
	text-decoration: none;
}
#header .navi {
	display: block;
	margin-bottom: 6px;
	color: #999;
}
.navi a {
	background-color: white;
	color: black;
	padding-left: 3px;
	padding-right: 3px;
}
.navi a:hover {
	background-color: black;
	color: white;
}

.error { color: red; }
