@font-face { font-family: 'Indie Flower'; src: url('IndieFlower-Regular.ttf') format('truetype'); }
body { background: url(https://graphics.kaparo.ws/neopets/backgrounds/Tile-Polka-Dot-Mint-Light.jpg); background-repeat: repeat; color: #055b5b; font-family: Indie Flower, verdana; font-size: 16px; }
.container { width: 900px; height: auto; margin: 0 auto; margin-top: 50px; }
.navbar { width: 900px; height: 60px; background-color: rgba(255, 255, 255, 0.75); border-radius: 8px; text-align: center; margin:auto; margin-top: 20px; margin-bottom: 20px; font-size: 20px; font-weight: bold; }
.navbar a, .navbar .droplink { width: 180px; height: 100%; text-align: center; float: left; color: #055b5b; line-height: 65px; }
.navbar a:hover, .navbar .droplink:hover { color:#B1EDE8; line-height: 75px; }
.content { width: 900px; height: auto; min-height: 100px; background-color: rgba(255, 255, 255, 0.75); border-radius: 8px; float: left; margin-top: 40px; padding: 15px; margin-bottom: 20px; }
.content h1 { margin-bottom: -3px; margin-top: 12px; }
.content h2 { margin-bottom: 15px; margin-top: 10px; }
.content h3 { margin-bottom: -3px; margin-top: 8px; }
.content h4 { margin-bottom: -3px; margin-top: 6px; }
.content h5 { margin-bottom: -3px; margin-top: 5px; }
.anker { position: relative; bottom: 75px; }
.info { color: #666; font-size: 12px; font-style: italic; }
.uplink { font-size: 12px; font-weight: bold; text-align: center; margin-bottom: 0px; margin-top: 10px; }
.footer { width: 340px; height: 66px; clear: both; background-color: rgba(255, 255, 255, 0.75); border-radius: 8px; text-align: center; margin:auto; margin-top: 60px; margin-bottom: 20px; padding-top: 2px; }
a { color: #055b5b; text-decoration: none; }
a:hover { color: #B1EDE8; text-decoration: none; }
table { border: 0px; width: 100%;}
td { border: 0px;  vertical-align: top; }
.dropdown { float: left; }
.dropdown:hover .dropdown-content { display: block; }
.dropdown-content { display: none; position: absolute; margin-top:65px; background-color: rgba(255, 255, 255, 0.75); min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; }
.dropdown-content a { float: none; padding: 0px 15px; text-decoration: none; display: block; text-align: left; white-space: nowrap; }
