.title {
	font-weight: bolder;
	text-align: center;
	font-size: 24;
}

junk {
	font-size-adjust: -2;
}

.listtitle {
	font-weight: bold;
	font-size: 16
}

.unimplemented {
	font-style: italic;
	color: #999999;
}

.implemented {
	font-weight: bold;
}

.menucell {
	text-align: right;
	width: 211;
	vertical-align: top;
	border-right: groove;
	margin-right: 20;
	padding-right: 5;
	border-right-color: #0000FF;
}

.contentcell {
	width:600;
	vertical-align: top;
}

.copyright {
	font-size: 10;
}

body {
	font-size: 12;
	font-family: arial, helvetica, sans-serif;
}

a:link {
	color: #0000FF;
	text-shadow: 4;
}

a:visited {
	color: #550055;
}

a:active {
	color: #FF0000;
}