

body {
    background-color : #ffffff;
    text : #000000;
  }


ul.navbar {
    position : relative;
    width : 20%;
    text-decoration : none;
    float : left;
    padding-right : 4px;
  }


ul.navbar li {
    background-color : #D8D8D8;
    color : #000000;
    float : none;
    font-size : 12pt;
    list-style-type : none;
    outline-color : #000000;
    outline-style : outset;
    outline-width : 1px;
    padding-bottom : 2px;
    padding-top : 2px;
    padding-left : 2px;
  }


ul.navbar img {
    border-bottom-width : 0;
    border-left-width : 0;
    border-right-width : 0;
    border-top-width : 0;
    padding-left : 0px;
    padding-right : 5px;
    text-decoration : none;
    vertical-align : text-top;
  }