<!-- 
.active {background-color: red; color: yellow; font-size: 20px; font-weight: normal; border: 1px solid; border-radius: 5px; border-color: white; }

.topnav {background-color: rgb( 0, 0, 0);  line-height: 130%; font-size: 20px; border: 0px solid; border-radius: 5px; border-color: rgb( 0, 0, 0); overflow: hidden; }

.topnav a {display: block; padding: 5px 16px; color: white; font-size: 20px; text-decoration: none; text-shadow: 2px 2px 2px #000000; text-align: left; border: 1px solid; border-radius: 5px; border-color: rgb( 0, 0, 0); float: left; }

.topnav .icon {display: none; font-size: 20px; }

.topnav a:hover {background-color: red; color: yellow; font-size: 20px; text-shadow: 2px 2px 2px #000000; border: 1px solid; border-radius: 5px; border-color: white; }

.dropdown {font-size: 20px; text-align: left; float: left; overflow: hidden; }

.dropdown:hover .dropbtn {background-color: red; color: yellow; font-size: 20px; text-shadow: 2px 2px 2px #000000; text-align: left; border: 1px solid; border-radius: 5px; border-color: white; }

.dropdown .dropbtnActive {background-color: red; margin: 0; padding: 5px 16px; color: white; font-size: 20px; font-family: inherit; text-shadow: 2px 2px 2px #000000; text-align: left; border: 1px solid; border-radius: 5px; border-color: rgb( 0, 0, 0); }

.dropdown .dropbtn {background-color: rgb( 0, 0, 0); margin: 0; padding: 5px 16px; color: white; font-size: 20px; font-family: inherit; text-shadow: 2px 2px 2px #000000; text-align: left; border: 1px solid; border-radius: 5px; border-color: rgb( 0, 0, 0); }

.dropdown-content {display: none; position: absolute; z-index: 1; background-color: white; min-width: 160px; font-size: 20px; text-shadow: none; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.8); }

.dropdown-content a {display: block; padding: 5px 16px; color: black; font-size: 20px; text-shadow: none; text-align: left; float: none; }

.dropdown-content a:hover {background-color: red; color: yellow; font-size: 20px; }

.dropdown:hover .dropdown-content {display: block; font-size: 20px; }

 -->
