body         { background-color:honeydew }

/* Dropdown button */
.dropbtn     { background-color:green; color:white; margin:0% 2% 1% 0%;
	       font:large Humanist, "Gill Sans", Optima, sans-serif;
               padding:3%; border:none; border-radius:6px;
	       cursor:pointer }

/* Div container to position the dropdown content */
.dropdown    { position:relative; display:inline-block }
/* Dropdown content hidden by default */
.dropdown-content { display:none; position:absolute;
	       min-width:95%; z-index:1; overflow:auto;
	       background-color:honeydew;
	       box-shadow:5px 10px 10px rgba(0,0,0,0.5) }
/* Links inside the dropdown */
.dropdown-content a { display:block; text-decoration:none;
	       text-align:left; font-family:Humanist, "Gill Sans", Optima, sans-serif;
	       color:green; border:1px solid darkseagreen; padding:2% 0% 2% 8% }
/* Change color of dropdown links on hover */
.dropdown-content a:hover, .dropdown-content a:active { background-color:white; border:1px solid palevioletred }
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content, .dropdown:active .dropdown-content { display:block }
/* Change the background color of the dropdown button on hover */
.dropdown:hover .dropbtn, .dropdown:active .dropbtn { background-color:palevioletred }

.clear       { clear:both }

h1           { font-family:sans-serif; text-align:center; color:indigo }
h2           { font-family:sans-serif; text-align:center; color:darkmagenta }
h3, h4, h5   { font-family:sans-serif; text-align:center; color:seagreen }

div.photos   { margin:auto; padding:0; border:none; float:none; width:64% }

img          { background-color:honeydew; border:none; max-width:100%; height:auto }

p, th, td    { color:black; background-color:mintcream; font-family:sans-serif; text-align:justify }

dl           { font-family:sans-serif }
dd           { font-family:sans-serif; text-align:justify }
ul           { list-style-type:none }
li           { font-family:sans-serif; text-align:justify }

table        { background-color:white; border-collapse:separate; border:medium solid seagreen; caption-side:top;
               margin-left:auto; margin-right:auto; border-spacing:10px 4px; background-color:palegreen }
th, td       { text-align:center; background-color:palegreen }

.center      { text-align:center }
.disclaim    { color:darkred }

address      { clear:both; font-family:sans-serif; text-align:center; color:indigo; float:none }