
      .navbar
      {
        margin-bottom:0;
        border-radius:0;
      }
      
      .navbar-light .btn
      {
        background-color:rgb(246, 246, 246);
        background-image: none;
        background-repeat: no-repeat;
        
       
      }
      .navbar-light :active {color: darkgreen;}
      .navbar-light :hover {color: darkgreen; font-weight:bold;}
      .navbar-light li a {color: darkgreen;  }
      /* .navbar-light .btn  :hover {background-color: white; font-weight:bold;} */

	  .palebluepanel
      {
        padding: 10px;
        height: auto;
        width: auto;
        border: auto;
        margin-top: 0px;       
        margin-left: 0px;
        margin-right: 0px;
        background-color: #F2F8F8;
        border-radius: 9px;
      }

      .h1 {font-size:24px; font-weight: bold; color:Maroon; border-spacing: 5px; margin-top: 10px;margin-bottom: 5px;}
      .h2 {font-family: Calibri; font-size:18px; font-weight: bold; color:Maroon; border-spacing: 5px; margin-top: 10px;margin-bottom: 5px;}
      .h2s {font-family: Calibri; font-size:14px; font-weight: bold; color:Maroon; border-spacing: 5px; margin-top: 10px;margin-bottom: 5px;}
      .h2green {font-family: Calibri; font-size:16px; font-weight: bold; color:darkgreen; border-spacing: 5px; margin-top: 10px;margin-bottom: 5px;}
      .h2navy {font-family: Calibri; font-size:16px; font-weight: bold; color:navy; border-spacing: 5px; margin-top: 10px;margin-bottom: 5px;}
	    .h3 {font-size:16px; font-weight: bold; color:gray;font-style:italic; border-spacing: 5px; margin-top: 5px;margin-bottom: 5px;}
      .h4 {font-size:12px; font-weight: bold; color:gray;border-spacing: 5px; margin-top: 5px;margin-bottom: 5px;}
      .h5 {font-family:Arial, Helvetica, sans-serif;font-size:14px;font-weight: bold;color:maroon; border-spacing: 5px; margin-top: 5px;margin-bottom: 5px;}
      .page-header {font-family: Calibri; font-size:14px; font-weight: normal; color:navy; border-spacing: 5px; margin-top: 10px;margin-bottom: 5px;}
	    .pagelink {font-size:11px; font-weight: bold; color:#006400; border-spacing: 5px; margin-top: 5px;margin-bottom: 5px;}

      .f1 {font-size:14px; font-weight: bold; color:Teal; float: left;}
      .f2 {font-size:11px; font-weight: bold; color:blue; float: left;}
      .f3 {font-family: Calibri; font-size:12px; font-weight: normal; font-style: italic; color: gray; float: left}
      .fLogo {width: 50px; height: 50px;}   
      .navytext {font-family: Calibri; font-size:14px; font-weight: normal; color:navy; border-spacing: 5px; margin-top: 10px;margin-bottom: 5px;}
      .navyboldtext {font-family: Calibri; font-size:14px; font-weight: bold; color:navy; border-spacing: 5px; margin-top: 10px;margin-bottom: 5px;}
      
      /*.navbar .navbar-nav >.active >a{background-color: rgb(145, 229, 152);}*/
      /*.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
        color: rgba(0,0,0,.9);
        background-color: rgb(145, 229, 152);
      }*/
      /*...navbar-light .navbar-nav .nav-link.active>a{background-color: green},
      ...nav-item  .dropdown .navbarDropdown.nav-link.dropdown-toggle .active>a{background-color: rgb(145, 229, 152);}*/
      /* .navbar-nav>a:hover{color: rgb(7, 0, 10);} */
      .nav-item.nav-link>.active>a,
      .nav-item.nav-link>.active>a:hover{color: rgb(0, 73, 0);}
      .nav-item.nav-link>.active>a:focus 
      ul.nav a:focus, ul.nav a:active, ul.navbar-light ul.navbar-nav,a:active, ul.nav-link a:active { background-color: rgb(0, 73, 0); } 
  collapse.nav-item.nav-link.hover {background-color: rgb(6, 129, 129)}
  a:link{color:rgb(71, 2, 71); background: aliceblue;} a:visited{color:rgb(16, 59, 14)} a:hover{text-decoration: underline;  font-weight:bold; color:  rgb(129, 25, 6);} a:active{color:rgb(73, 1, 73)}