BODY {
        font-family: Trebuchet, Trebuchet MS, Arial, sans-serif;
        font-size: 12pt;
	background: #330066;
	color: white;
}

A:link { color: #00CCFF; }
A:visited { color: #0099FF; }
A:active { color: #CCCCCC; }

H2 {
	background: black;
	color: white;
}

CODE {
	font-family: Courier, monospace;
	background: #0099FF;
	color: white;
}

DIV#menu {
	float: left;
	width: 100%;
	margin-top: 2.5em;
	background-color: black;
	color: white;
	border: 1px solid black;
}

DIV#menu A {
	font-size: 10pt;
	display: block;
	padding: 0 0;
	margin: 0;
	border-top: 1px solid gray;
	text-align: left;
	text-decoration: none;
}

DIV#menu A:hover {
	background: #660066;
}

DIV#foot {
	background: black;
	color: white;
	font-size: 8pt;
}

