@import "common.css";

body {
	color: black;
	background-color: white;
	font-family: arial, sans-serif;
}

#topBar, #navBar, #footer div:first-child {
	display: none;
}

:link, :visited {
	color: inherit;
	text-decoration: none;
}

h1 {
	border-bottom-color: #005091;
}

h2 {
	border-bottom-color: #004074;
}

h3 {
	border-bottom-color: #003057;
}

img {
	border: none;
}

#footer {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid #005091;
}

#footer div + div {
	float: right;
}
