body {
}

h1 {
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
}

.logo {
}

/* should be same size as h1 img */
.notalogo {
}

h1 a {
	/* This link is redundant with the "home" link so I hope you'll
	 * forgive me for hiding this hotlink for stylistic purposes.
	 */
	text-decoration: none;
	font-variant: small-caps;
	border: 0;
}

h1 img {
	border: 0;
}

h1 a:hover {
	color: white;
	text-decoration: underline;
}

/* All the stuff that goes near the h1 */
.header {
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}

.header h2 {
	margin-top: 0;
	margin-bottom: 0;
}

.navbar {
	text-align: right;
	border-top: black thin solid;
	border-bottom: black medium solid;
	padding-top: .5em;
	padding-bottom: .5em;
	margin-top: 0;
	margin-bottom: 0;
}

.navbar a {
	padding-left: 1em;
}

