BODY {
	background: slategray;
	font-size: larger;
}
.mainContainer {
	width: 700px;
	text-align:left;
}
.container {
	width:95%;
	border: 0px;
	background: slategray;
	clear: both;
	padding-left: 5px;
	padding-right: 5px;
	color: #ffffff;
}
.menu {
	width: 100%;
	color: black;
}
.menuList {
	list-style: none;
}
.menuList a, a:visited, a:active {
	color: black;
	text-decoration: none;
}
.menuList a:hover {
	text-decoration: underline;
}
.menuList li:hover {
	background:lightgrey;
}
.menuList li {
	float: left;
	border: 1px solid grey;
	margin-bottom: -1px;
	padding: 0 1em 0 1em;
	background: white;
}
.menuList li:first-child {
	margin-left: -2em;
}
.high {
	font-weight: bold;
}
a.high {
	color: red;
}