p {font-family: Tahoma, Arial, non-serif; color: 000000}
h1 {font-family: Tahoma, Arial, non-serif; color: 000000}
h2 {font-family: Tahoma, Arial, non-serif; color: 000000}
h3 {font-family: Tahoma, Arial, non-serif; color: 000000}
cite {font-family: Tahoma, Arial, non-serif; color: 000000}
li {font-family: Tahoma, Arial, non-serif; color: 000000}
blockquote {font-family: Tahoma, Arial, non-serif; color: 000000}
.center {text-align: center}
.link {font-family: Tahoma, Arial, non-serif; font-weight: bold; text-align: center}
.footer {font-weight: bold; text-align: center}
.bold {font-weight: bold}
.normal {font-family: Tahoma, Arial, sans-serif; font-weight: normal; color: 000000; text-indent: 15px}
.h2eq {font-family: Tahoma, Arial, sans-serif; font-size: large}
.head {font-family: Tahoma, Arial, sans-serif; font-size: 24px; font-style: normal; font-weight: bold; color: 000000}
.subhead {font-family: Tahoma, Arial, sans-serif; font-weight: bold; color: 000000; vertical-align: top}
.date {font-family: Tahoma, Arial, sans-serif; font-size: small; font-weight: bold; color: 000000}
.weblink {font-family: Tahoma, Arial, sans-serif; font-weight: normal; color: 000000; font-size: small; margin-top: 2px}
.linkbanner {font-family: Tahoma, Arial, sans-serif; font-weight: normal; color: 000000; font-size: small; width:100%; border: 1px solid black; text-align: center}  

 /* Dropdown Button */
.dropbtn {
  background-color: Red;
  color: white;
  padding: 4px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  font-family: Tahoma, Arial, non-serif;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: Blue;} 