body{ background-color: #ffffff;
}
div.header{ text-align: justify;
            width: 100%;
}
a.header{ text-decoration: none;
          font-family: sans-serif;
          font-weight: bold;
          font-size: 13pt;
          color: #7d7e70;
         /* background-image: url(images/yellowbar.png); */
          background-repeat: repeat-x;
          border-left: 2px solid #7d7e70;
          border-right: 2px solid #7d7e70;
          padding-left: 6px;
          padding-right: 6px;
          padding-top: 3px;
          padding-bottom: 3px;
}
a.header:hover {color: #1bc1e7}
