body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: white;
	margin-top: 90px;
	margin-left: 220px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

#menu {
	position: absolute;
	width: 180px;
	top: 6px;
	left: 10px;
}

.menuitem {
	border-color: white;
	border-style: solid;
	border-width: 1px;
	background-color: #ADBDE1;
	
}
.menuitem a {
	color:  #000080;
	
}

#logo {
	margin-bottom: 20px;
}