body { background-color: black; text-align: center; } a { text-decoration: none; } a:hover { text-decoration: underline; } #page { margin: auto; width: 700px; } .image_outer_black { width: 190px; height: 120px; padding: 7px; margin: 5px; display: inline-block; text-align: center; } .image_outer { width: 190px; height: 120px; padding: 7px; margin: 5px; background-color: gray; display: inline-block; text-align: center; cursor: pointer; } .image_outer:hover { background-color: #F0F0F0; } .image { max-width: 200px; max-height: 120px; } #images_outer { text-align: center; } #images { margin:auto; } #disp { width: 80%; background-color: gray; border: solid 1px black; margin-left: auto; margin-right: auto; position: fixed; top: 10%; left: 10%; display:none; text-align: center; padding: 2px; font-size: 8pt; } #disp_close { cursor: pointer; } #disp_close:hover { text-decoration: underline; } #disp_a, #disp_a img { border: none; } #disp_prev, #disp_next { margin-bottom: 15%; } #disp_img { text-align: center; margin:auto; max-height: 300px; max-width: 80%; height: 300px; } #disp_info { clear: both; } #icons { padding: 0px; margin: 0px; text-align: center; } #icons a, #icons img { padding: 0px; margin: 0px; text-decoration: none; border: none; } #pages { color: white; text-align: left; margin-left: 40px; } #pages a, #pages a:link, #pages a:hover, #pages a:visited { color: white; }