body {
	margin: auto;
	padding: 0px;
	background-color: silver;
}

#footer {
	background-color: silver;
	border-top: 1px solid black;
	align: right;
}

#copyright {
	font-size: 10px;
	margin-left: 10px;
}

#header {
	background-color: silver;
	border-bottom: 1px solid black;
	font-size: small;
}

#title {
	font-weight: bold;
	text-decoration: none;
	color: black;
}

#logo {
	padding: 2px 4px 2px 2px;
	float: left;
}

#title:hover {
	border-bottom: 5px solid grey;
}

#title:active {
	border-bottom: 5px solid white;
}

#content {
	padding: 5px 3px 15px 3px;
	background-color: white;
}

.menuitem {
      padding: 0px 8px 0px 8px;
      margin: 2px 0px 2px 0px;
      text-decoration: none;
	color: navy;
	font-weight: bold;
}

.menuitem:hover {
      border-bottom: solid thick #9F9F9F;
	color: white;
}
.menuitem:active {
      border-bottom: solid thick #FFFFFF;
}
