ul {
  padding: 0; 
  margin: 0;
  font: 1em sans-serif;
}

ul li {
  list-style-type: none;
  margin: 0px;
  }

li a {
  display: block;
  padding: 5px 5px;
  text-decoration: none;
  font-weight: bold;
  color: black;
 /* background: #dee5ed;        */
  margin: 0px;
}

li a:hover {
  display: block;
  padding: 5px 5px;
  border: 1px black;
  text-decoration: none;
  font-weight: bold;
  color: white;
  background: #dee5ed;
}

ul#topmenu li a:hover {
  background: #b0bdcb;
  list-style-type: none;
  border: 1px;
  margin: 0px;
}


ul#topmenu {
  width: 450px;
  margin: 0px;
  height: 20px;
  overflow: hidden;

}

.comment {
   float: left;
   width: 150px
   height: 20px;
   margin-top: 5px;
}

.commentButton{
   float:right;
}

div.readMore{
   float: right;
   width: 40px;
   height: 30px;
}

a.date{
  font-family:verdana;
  font-size: 9px;
  font-weight: bold;
  color: white;
  text-decoration:none;
}

