body {
	font-family: 'Arial', 'Microsoft Sans Serif' }

table.sidebar {
	border: solid 2px darkgrey;
	-moz-border-radius: 5px;
}
table.sidebar td {
	text-align: center;
	font-size: smaller;
	border: none;
	border-bottom: solid 2px darkgrey;
}

table#menu {
	width: 100%;
}
table#menu td {
	font-size: smaller;
	font-weight: bold;
	text-align: center;
	border: solid 1px grey;
	background-color: transparent;
	cursor: pointer;
}
table#menu td.highlighted {
	background-color: lightgrey;
}
table#menu td.selected {
	background-color: lightskyblue;
}
table#menu a {
	text-decoration: none;
	color: black;
}
