div.container {
    width: 100%;
    }

header, footer {
    padding: 1em;
    color: black;
    background-color: white;
    clear: left;
    text-align: center;
    font-family:"Arial Black", Gadget, sans-serif;
}

aside {
  float: right;
  margin: 0 1.5%;
  width: 20%;
}

nav {
    float: left;
    max-width: 160px;
    margin: 0;
    padding: 1em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 130%;
    line-height: 130%;
}

nav ul {
    list-style-type: none;
    padding: 0;
}
   
nav ul a {
	color: black;
    text-decoration: none;
}

nav ul a:hover {
    font-weight: bold;
}

article {
    margin-left: 170px;
    margin-right: 170px;
    padding: 1em;
    /*overflow: hidden;*/
    font-family: Arial, Helvetica, sans-serif;
    line-height: 115%;
}
article a {
	color:gray;
	text-decoration: none;
	
}

article a:hover {
	text-decoration: underline;
}

article span {
    /*font-weight: bold;*/
    color: grey;
    /*background-color: lightgrey;*/
}

article span:hover {
    text-decoration: underline;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.button-dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    z-index: 2;
    background-color: lightgray;
    min-width: 400px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    font-size: 90%;
    line-height: 105%
}

.dropdown:hover .dropdown-content {
       display: inline-block;
       /*z-index: 2;
       position: relative;*/
}





/*
     FILE ARCHIVED ON 0:15:31 May 6, 2017 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 6:02:41 Jul 26, 2025.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
