BODY {
	color: white;
	background: black;
}

H1 {
	font-size: 14pt;
	font-weight: bold;
	font-family: Arial;
	color: white;
}

UL.menu {
	font-color: white;
	font-size: 11pt;
	margin-left: 8pt;
}

a         { color: #0c9; }
a:link    { color: #0c9;}
a:visited { color: #085;}
a:hover   { background-color: #aaa;}

P {
	font-family: Arial;
	font-color: white;
	font-size: 11pt;
	margin-left: 10pt;
}
LI {
	font-family: Arial;
	font-color: white;
	font-size: 11pt;
}

.asciiart {
	font-size: 6pt;
	color: white;
}

.note {
	font-weight: bold;
	color: #0c9;
}
