/* header */
#Header {
  margin: 0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  border-style:none;
  border-color:black;
  border-width:1px 0px; /* top and bottom borders: 1px; left and right
borders: 0px */
  line-height:11px;
  background-color: #eee;
}

