body {
    text-align: left;
    margin-top: 50px;
    margin-left: 20%;
    margin-right: 20%;
    color: #222222;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 22px;
    background-color: #000000;
   }

hr {
    color: #FFFFFF;
    height: 2px;
    }
p {
    color: #FFFFFF;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 22px;
    }

h1 {
    color: #FFFFFF;
    font-size: 40px;
    margin-top: 55px;
    }
h2 {
    color: #FFFFFF;
    font-size: 26px;
    margin-top: 15px;
    text-align: center;
    }
h3 {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
    margin-top: 15px;
    text-align: right;
    }
h4 {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 85px;
    margin-top: 15px;
    }
h5 {
    color: #FFFFFF;
    font-size: 14px;
    text-align: right;
    }
h1, h4 {
    display: inline; 
    }

/* Link Handling */
a:visited {
    color: #0000ff;
    font-weight: bold;
    text-decoration: none;
    }
a:link {
    color: #AAAAAA;
    font-weight: bold;
    text-decoration: none;
    }
a:hover {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    }

/* Table Styling */
.front {
    border-style: solid;
    border-width: 4px;
    border-color: white;
    width: 100%;
    padding: 20px
    }
td {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 20px;
    margin-top: 15px;
    }

/* Menu Buttons top right */    
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: right;
  min-width: 220px;
  text-align: right;
  z-index: 1;
/*  box-shadow: 0px 8px 16px 0px #888888;  */ 
}

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

/* distance */
.dist {
    margin-top: 5em;
    } 
