#topbar {
  font-family:Garamond;
  font-size:20pt;
  color:#FFFFFF;
  position:absolute;
  left:0px;
  top:67px;
  height:85px;
  width:100%;
  background-image:url('../images/topbar-bg.gif');
  background-repeat:repeat;
}

#topbar a, #topbar a:visited {
  color: #FFFFFF;
  text-decoration: none;
}

#topbar a:hover {
  font-style:italic;
  font-weight:bold;
}

a, a:visited {
  color: #a50806;
  text-decoration: underline;
}

a:hover {
  font-weight: normal;
  font-style: normal;
  color: #ff0000;
  text-decoration: none;
}

body {
  font-family: Trebuchet MS;
  font-size: 12pt;
  color: #000000;

}

#leftlinks {
  font-family: Tahoma;
  font-size: 11pt;
  color: #6a3837;

}

.onepost {
  font-size: 10pt;
  background-color:#F1E5E5;
  padding:10px;
}

ul, li {
  margin-left:5px;
  padding-left:5px;
}

