body {
      padding-left: 0em;
      font-family:  Times, "Times New Roman", Times, serif;
      color:        black;
      background-color: #038A5E;
}

ul.navbar {
   font-family: helvetica, sans-serif;
    font-weight: bold;
    font-size: 10pt; 
   list-style: none;
   list-style-type: none;
   padding: 0;
   margin: 0em;
   position: absolute;
   top: 0em;
    left: 0em;
   width: auto;
   height: auto;
   color: white;
   background-color: #038A5E;
}
  
ul.navbar li {
    font-family: helvetica, sans-serif;
    font-weight: bold;
    font-size: 10pt; 
    color : white;
    background: #038A5E;
    margin: 0.5em 0.0em;
    padding: 0.3em 0.3em;
    border-left: 1em solid   #038A5E;
    border-right: 1em solid #038A5E }

  ul.navbar a 
{
    text-decoration: none 
}



ul.navbar a:link {
    color: white; 
    text-decoration: none;
}

ul.navbar a:visited {
    color: #CCCCFF;
    text-decoration: none;
}

ul.navbar a:hover
{
border-left: 20px  #ccccff;
border-right: 20px #ccccff;
background-color:  #ccccff;
color: #038A5E;
text-decoration: none;
}


