table {
  border-collapse: collapse;
  font-size: 13pt;
}

td {padding: 30px;
}

.cen {text-align: center;
}

.redbl {color: white;
  background-color: red;
  font-size: 13pt;
}

.ib {
  font-size: 80pt;
  font-weight: bold;
}

.ph {
  margin-left: 110px;
  font-size: 18pt;
  font-weight: bold;
  font-style: italic;
  color: red;
}

.tf {
font-size: 10pt;
font-style: italic;
}

.fr {float:right;
padding:15px
}

.fl {float: left;
padding:15px
}

div.sp {display: inline;
}

body {
  font-family: "Arial", "Helvetica", "sans-serif";
  background-color: #ffffec;
}

a {
  color: red;
  text-decoration: none;
  font-weight: bold;
}

a.gr {
   color: green;
}

a:hover {text-decoration: underline;
}

.dropbtn {
  background-color: #ffffec; color: red;
  padding: 5px 150px; 05px 50px; font-weight: bold;
  font-size: 20px; border: 0;
}
.dropdown {
  position: relative;
  display: inline-block;
  float:right
}
.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #ffffec;
  min-width: 420px;
padding: 2px 10px 2px 10px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
 color: red;
font-weight: bold;
  text-decoration: none; 
}
.dropdown-content a:hover {background-color: #feecf2; text-decoration:underline; }
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: #ffffec}