.zdzfont {
  font-family: arial;
  color: white;
}

.zdztext {
   font-family: arial;
   font-size: 12pt;
   color: white;
   font-weight: normal;
}

.zdztext1 {
   font-family: arial;
   font-size: 12pt;
   color: rgb(0, 255, 255);
   font-weight: normal;
}

.zdzheader1 {
  font-family: arial;
  font-size: 24pt;
  color: white;
  font-weight: bold;
}

.zdzheader1A {
  font-family: arial;
  font-size: 24pt;
  color: rgb(0, 255, 255);
  font-weight: bold;
}

.zdzheader2 {
  font-family: arial;
  font-size: 18pt;
  color: white;
  font-weight: bold;
}

.zdzheader2A {
  font-family: arial;
  font-size: 18pt;
  color: rgb(0, 255, 255);
  font-weight: bold;
}

.dropbtn {
  background-color: #000000;
  color: cyan;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #000044;
  min-width: 260px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #222222;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {color: red;}
