body {
	background: #ffffcc;
	color: #000066;
}

h1 {
	text-align: center;
	color: #ffcc66;
	background: #003366;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
}

.logo {
	float: right;
	width: 100px;
	height: 83px;
	border: 0;
}

/* should be same size as h1 img */
.notalogo {
	float: left;
	width: 100px;
	height: 83px;
}

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

h1 img {
	border: 0;
}

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

.lettertitle {
	border-top: solid thick #ffcc66;
	margin-bottom: 0;
	padding-bottom: 0;
}

.letterdate {
	margin-top: 0;
	padding-top: 0;
}

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

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

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

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

.linksec {
	width: 45%;
	float: left;
	background: white;
	padding: .5em;
}

.linksec ul {
	margin: 0;
	padding: 0;
}

.linksec li {
	list-style-type: none;
	list-style-position: inside;
	display: block;
	margin-bottom: .3em;
	background: #cccccc;
}

.textsec {
	width: 45%;
	float: right;
	padding: .5em;
}

.goodnews {
	background-color: #33ff33;
}

.badnews {
	background-color: #ff3333;
}

.importantnews {
	font-size: larger;
}
