a, a:visited {
	color: #09f;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
#menu a, #menu a:visited {
	color: #666;
	text-decoration: none;
	font-size: 9pt;
	font-family: "Courier New", Courier, mono;
	font-weight: 100;
}
#menu a:hover {
	color: #09f;
}

a.rlink {
	display: block;
	float: right;
}
a.poweredby {
	float: right;
	font-size: 8pt;
}