BODY {
	font-family: sans-serif;
	text-align:justify
	background-color: white;
	width: 800px
}

H1, H2, H3 {
	color: #959595;
}
H2 {
	background-color: #e5e5e5;
	padding: 0.1em 0.5em;
	border: thin solid #c5c5c5;
}

P {
  margin-left: 2em;
}

OL {
	margin-left: 2em;
}

DIV.titlebar {
  background-color: #3867F1;
  left: 0; 
  top: 0;
  width: 800px;
  height: 100px;
}

DIV.date {
#  background-color: #959595;
  background-color: #3867F1;
  padding: 0.3em 1em;
  margin: 0 2em;
  border: thin solid #353535;
  color: white;
}

DIV.newsitem {
  background-color: #e5e5e5;
  padding: 0.3em 1em;
  margin: 0 2em 2em 2em;
  border-left: thin solid #353535;
  border-right: thin solid #353535;
  border-bottom: thin solid #353535;
  border-top: none;
}

DIV.menubar {
  width: 798px
  left: 0;
  height: 20px;
  vertical-align: middle;
  text-align: right;
  background-color: #e5e5e5;
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: #353535;
  # border: thin solid #353535;
  border: thin solid #c5c5c5;
}

A.menubar, A.menubar:visited {
  color: #353535;
  text-decoration: none;
  font-size: 12px;
}

A.menubar:hover {
  text-decoration: underline;
}

