body {
	margin:20px 20px 0px 20px;
	font-family: Lucida Console, Courier New, Monospace;
	font-size: 9pt;
	color: black;
	}
#menu {
	border:1px solid #000;
	float:left;
	width:230px;
	background:#eee;
	margin: 0px 10px 10px 0px;
	padding: 1em;
	}
a {
	color: blue;
	text-decoration: none;
}
a:link:hover, a:visited:hover, a:active:hover {
	text-decoration: underline;
}
a:visited {
	color: maroon;
}

img {
	border: 0px;
}