H1 { font-size: 36pt;
	font-weight: 600;
	font-family: "arial", sans-serif;
	margin: 0; padding: 0;
	}
.subtitle {
	font-size: x-large;
	font-weight: 600;
	font-family: "arial", sans-serif;
	margin: 0; padding: 0;
	}
H2 {
	font-size: x-large;
	font-weight: normal;
	margin: 0; padding: 0;
	}

.currentver-label {
	font-size: large;
	clear: both;
	}
.currentver-version {
	font-size: x-large;
	font-weight: bold;
	clear: both;
	}

#navbar {
	position: absolute;
	top: 1em;
	left: 0;
	width: 8.5em;
	background: #CCCCCC;
	border: black;
	border-style: solid;
	border-width: thin;
	padding: 0.25em;
	}
#mainbody {
	position: absolute;
	top: 1em;
	left: 10em;
	}
#newsentry {
	background:#F5F5F5;
	border:#C0C0C0;
	border-style:solid;
	border-width:thin;
	padding:0.25em;
	}

#logo_image {
	position: absolute;
	top: 0;
	width: 100%;
	}
#logo_text {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	color: white;
	}


