﻿body {
	background-color: #C0C0C0;
	width: 600px;
}
.banner {
	background-color: #999999;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.navList {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	width: 550px;
	list-style-position: outside;
}
.navList li {
	font-weight: bold;
	margin: 1em;
	line-height: 2.5em;
	display: inline-block;
}
.navList a {
	color: #000000;
	text-decoration: none;
	border: thin solid #000000;
	padding: 4px 8px 4px 8px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}
