@charset "UTF-8"; body { padding: 0; } #maintable { margin: 0 10% 0 10%; background-color: white; } .hdta { font-weight: bold; font-size: 2em; background-color: transparent; } h1 { font-size: 1.5em; text-align: center; } h2 { font-size: 1.25em; } h3 { font-size: 1.1em; } #nav a:link, #nav a:visited, #nav a:active { background-color: transparent; color: green; text-decoration: none; text-transform: inherit; } .current { border-bottom: 5px solid maroon; font-style: italic; margin-right: 1em; } #current, .nav-normal { border-bottom: 5px transparent solid; } .nav-hover { border-bottom: 5px solid yellow; margin-right: 1em; } #content { padding-right: 1em; min-width: 550px; } #footer { color: maroon; background-color: white; font-size: .8em; } /* Set up Visual Lightbox photo pages */ #vlightbox a#vlb { display: none; } /* Set up YUI pagination for photo pages */ #scrapbook { background: #fff; border: 1px solid #ccc; color: #000; font-family: Times New Roman, serif; padding: 1em 2em; } /* hide all pages */ #scrapbook div { display: none; } #paging { text-align: right; } 