/*Combined style sheet for the index pages and the slide pages.*/

body /* Style for all bodies. */ { font-family: verdana, arial, sans-serif; font-size: 13px;
background-color: #151515; color: #faf5f5; font-weight: 200; position: inherit; margin: inherit; border-color: #7e7e7e;}

td /* Style for all table cells. */ { font-family: verdana, arial, sans-serif; font-size: 13px;
background-color: #151515; color: #faf5f5; font-weight: 200;
position: inherit; margin: inherit; border-color: #7e7e7e; }

.image /* Put a border on all generated images */{ background-position: center; border-width: 1px 0 0;
 border-color: #151515; border-style: solid; margin: 1.33px; }

.nav { font-size: 18px; font-weight: 200; }


#index td  /*Align the content of the cells on the index pages to the center.*/{ text-align: center; }

#index .image /*Remove the margin under the images on the index pages.*/{margin-left: 1.33px;
margin-right: 1.33px; margin-bottom: 0; }

#slide.name /*Highlight the image name on the slide pages.*/{ font-weight: 200; font-size: 14px;
background-image: inherit; position: inherit; width: inherit;
height: inherit; margin: inherit; padding: inherit; list-style-position: inherit;}

h1 /*Header*/{font-size: 16px; font-weight: 200; position: inherit; }


a:active /*Custom link styles*/{ text-decoration: none; }

a:visited /*Custom link styles */{ text-decoration: none; color: #9ecedc;  }

a:hover /*Custom link styles */{ text-decoration: none;  color: #ff5500; }

a:link /*Custom link styles */{ color: #2525ff; text-decoration: none; }

#imageinfo { visibility: hidden; }      