/* (c) Copyright 2007 Daniel Hokka Zakrisson. All rights reserved. */
/* everything */
body {
	background-color: #cccccc;
	color: black;
	font-family: monospace;
	font-size: 12pt;
}
#content {
	white-space: pre;
}
/* titles */
h1, h2, h3 {
	padding: 0px;
	margin: 0px;
	font-size: 12pt;
	font-weight: bold;
	clear: none;
	display: inline;
}
/* links */
a:link {
	background-color: transparent;
	color: #3333cc;
	text-decoration: none;
}
a:visited {
	background-color: transparent;
	color: #3333bb;
	text-decoration: none;
}
a:hover {
	background-color: transparent;
	color: #cc3333;
	text-decoration: none;
}
/* error messages */
#error {
	background-color: transparent;
	color: red;
}
/* for non-emphatic boldness */
.bold {
	font-weight: bold;
}
/* the selected menu entry */
.selected {
	font-weight: bold;
}
