/* Stylesheet for the news archive */

html {
	background-color: black;
	color: white;
	font-family: Arial, sans-serif;
}

div#header {
	height: 150px;
	background-image: url(/logo.png);
	background-position: center;
	background-repeat: no-repeat;
}

h1 {
	text-align: center;
}

h2.nhead {
	background-color: #A0A0A0;
	color: black;
	text-align: center;
}

div.content {
	width: 60%;
	margin: 0 auto;
}

h3.nhead {
	background-color: #A0A0A0;
	color: black;
	text-align: center;
}

div.ndate {
	color: #A0A0A0;
	font-style: italic;
	font-size: 0.8em;
	text-align: center;
}

blockquote p {
	font-style: italic;
}
