html {
	background: silver;
	border-top: 4px solid navy;
}

body {
	border: navy solid 1px;
	margin: 20px 5% 10px 5%;
	font: 14px "Arial", sans-serif;
	background: white;
	padding: 6px;
	border-top: 4px solid navy;
}

a {
	font: 14px "Arial", sans-serif;
	text-decoration: none;
	color: navy;
	font-weight: bold;
}

a:hover {
	background: silver;
}


h2, h3 {
	color: navy;
	font: 12px "Arial Black", sans-serif;
	font-size: 18px;
}

#head {
}

#head h2 {
	border: navy solid 1px;
	border-right: 10px solid navy;
	border-left: 10px solid navy;
	margin: 10px -11px 10px -11px;
	text-align: center;
}

#content a {
	position: relative;
	bottom: 5px;
	font-size: 10px;
	letter-spacing: 2px;
}

#notes hr {
	height: 6px;
	background: navy;
	padding: 0px;
	border-style: none;
	border-width: 0px;
	width: 90%;
}