<style>

body {
font-family:Arial
}

.responsive {
  width: 100%;
  height: auto;
}

.topnav {
  overflow: hidden;
  background-color: #007799;

}

.topnav a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 20px;
  font-family: open sans;
  text-shadow: 2px 2px black;
  font-weight: bold;
  line-height: 12px;
}


.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  font-size: 20px;
  font-family: open sans;
  text-shadow: 2px 2px black;
  font-weight: bold;
  line-height: 12px;

}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 16px;
  font-family: open sans;
  text-shadow: 2px 2px white;
  font-weight: bold;

}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: lightcyan;
  color: darkblue;
  text-shadow: 2px 2px white;
}

.topnav a.active {
  background-color: lightcyan;
  color: darkblue;
  text-shadow: 2px 2px white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: responsive;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

h1 {
  color: #0000ff;
  font-family: open sans;
  font-size: 17px;
  text-align: left;
  line-height:20px;
}

h2 {
  color: #0000ff;
  font-family: open sans;
  font-size: 20px;
  text-align: center;
  line-height:20px;
}

h3 {
  color: white;
  font-family: open sans;
  font-size: 18px;
  text-align: center;
  line-height:23px;
  text-shadow: 2px 2px black;
  background-color:  #0086b3;
}

h4 {
  color: lightcyan;
  font-family: open sans;
  font-size: 18px;
  text-align: center;
  line-height:25px;

}

p {
  font-size: 17px;
  text-align: left;
  margin-right: 14px;
  text-align: justify;
}


ul.a {
  list-style-position: outside;
text-align: left;
  
}

div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

a:link {
  background-color: none;
color: none;  
text-decoration: none;
}
a:hover, a:active{
  background-color: inherit;
color: #003366;  
text-decoration: none;
}


</style>
