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