body {
    font-family: Arial, sans-serif;
    color: #000;
   
  }
  
  
  .header {
  background-color: #E6F0EB;
  
  }
  
  .nav-link {
      color: #065038;
      font-family: Arial, sans-serif;
  }
  
  .nav-link.active {
      background-color: #065038;
  }
  
  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
      color: white;
      background-color: #065038;
      border-color: #dee2e6 #dee2e6 #fff;
  }
  
  #languageNav .dropdown-toggle {
      font-family: Arial, sans-serif;
      color: #065038;
      cursor: pointer;
  
  }
  
  
  h1, h2, h3, h4, h5, h6 {
      font-family: Arial, sans-serif;
      font-weight: bold;
      color:#065038;
  }
  
  
  p, li, a, blockquote {
      font-family: Arial, sans-serif;
      
  }
  
  footer {
      font-family: Arial, sans-serif;
      color: #065038;
  }
  
  footer p, footer li, footer a, footer .title {
      font-family: Arial, sans-serif;
  }
  

  .block_make_submission_link {
      border-color: #065038;
      background-color: #065038;
      color: #fff;
  }

  a:link, a:visited {
    color: #065038;
    font-weight: bold;
  }

  a:hover {
      color: #065038;
      font-weight: bold;
      text-decoration: underline;
  }

  
  }