div.maintitle {background-color:#4e1f0a; height:100px; font-size:72px;
text-align:center; color:#ad965a;}
a{
text-decoration: none;
color:#ad965a}
a:visited{
text-decoration: none;}
a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}
.dropdown-content a:hover {
background-color: #ddd;}
.dropdown:hover .dropdown-content {
display: block;}
.dropdown {
  float: left;
overflow: hidden;}
.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;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}