
body {
  color: #00008b;
  font-family: Verdana;
  font-size: 12pt;
  font-weight: normal;
  background-repeat: no-repeat;
  background-position: left top;
  background-color: white;
margin: 0px;
}
td {
  color: #000000;
  font-family: Verdana;
  font-size: 12pt;
  line-height: 14pt;
  font-weight: normal;
  background-color: white;
}
h1 {
  color: #000000;
  font-family: Verdana;
  font-size: 14pt;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 4px;
}
h2 {
  color: #d66321;
  font-family: Verdana;
  font-size: 12pt;
  font-weight: normal;
}
h3 {
  color: #d66321;
  font-family: Verdana;
  font-size: 10pt;
  font-weight: normal;
}
h4 {
  color: #000000;
  font-family: Verdana;
  font-size: 10pt;
  line-height: 12pt;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 4px;
}
a:link {
  color: #000099;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #3333ff;
  font-weight: bold;
  text-decoration: none;
}
a:active {
  color: #00009c;
  font-weight: bold;
}
a:hover {
  color: #ff6633;
  text-decoration: none;
  font-weight: bold;
}
hr {
  color: #006600;
  font-weight: bold;
}

.content {
max-width: 1200px;
margin: auto;
background: white;
padding: 10px;
}

/* Style the header */
.header {
background-color: white;
text-align: center;
}

* Center Header */
#nav {
text-align:center;
}
#nav li {
display:inline;
}
#nav a {
text-decoration:none; 
padding:0 30px; /* variable width */
}
/* end Center head */

figure {
  padding: 4px;
  margin: auto;
}

figcaption {
  background-color: white;
  color: black;
  padding: 2px;
  text-align: center;
}
.navbar {
overflow: hidden;
background-color: #fff;
font-family: Verdana, Verdana, sans-serif;
}

.navbar a {
float: left;
font-size: 16px;
color: black;
text-align: center;
padding: 14px 30px;
text-decoration: none;
}

.dropdown {
float: left;
overflow: hidden;
}

.dropdown .dropbtn {
font-size: 16px;
border: none;
outline: none;
color: black;
padding: 14px 30px;
background-color: inherit;
font-family: inherit;
margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
background-color: #00bfff;
}

.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 200px;
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;
}

.dropdown-content a:hover {
background-color: #ddd;
}

.dropdown:hover .dropdown-content {
display: block;
}
footer {
  text-align: center;
  padding: 3px;
  background-color: AliceBlue;
  color: blue;
}

