/* CSS Document */
.button {
  display: block;
  padding: 4px 8px;
  white-space: nowrap;
}
form {
  margin: 0;
  padding: 0;
}
a:link.button, a:visited.button, a:hover.button, a:active.button {
  color: white;
}
.dark, .dark a:link, .dark a:visited {
  color: white;
}
hr.dark {
	height: 5px;
	border: 0;
}
#header_text, #footer {
	white-space: nowrap;
}
th a {
	font-weight: bold;
}
h1 { margin: 0.75em 0; }

#contents { padding: 0 15px 40px 15px }

