BODY { background: #ddd; color: black }

.framed {
  background: white;
  color: black;
  border: 2px solid black;
  padding: 0 10px 0.5em;
  margin: 1em 0;
}

.framed H2 {
  color: white;
  font-weight: bold;
  white-space: nowrap;
  margin: 0 -10px -0.5ex;
  padding: 0 6px 0.5ex;
  border-bottom: 1px solid black;
  text-transform: capitalize;
}

.navbar UL { margin-left: 0; padding-left: 0; display: inline }
.navbar UL LI { margin-left: 0; border-left: 1px solid black; padding: 0 1em; list-style: none; display: inline }
.navbar UL LI.first { margin-left: 0; border-left: none; list-style: none; display: inline }

.empty { list-style-type: none; margin-left: 0; padding-left: 0 }
.empty LI { margin: 0; padding: 0 0 0 1ex }

#header { text-align: center }
#footer { text-align: center }

#news H2 { background: #d00; font-size: medium }
#news DT { font-style: italic }
