/*Combined style sheet for the index pages and the slide pages.*/

body /* Style for all bodies. */ {color: #faf5f5; font-size: 13px; font-family: verdana, arial, sans-serif;
background-color: #151515; font-weight: 200 ; border-color: #7e7e7e;}

td /* Style for all table cells. */ { color: #faf5f5; font-size: 13px; font-family: verdana, arial, sans-serif;
background-color: #151515; font-weight: 200 ; border-color: #7e7e7e;}


.image /* Put a border on all generated images */ { border-right: solid #7e7e7e; border-bottom: solid #7e7e7e; border-left: solid #7e7e7e; border-top-color: #7e7e7e; border-top-style: solid; }

.nav {font-weight: 200; font-size: 13px;}

#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: 13px;}


h1 /* Header */  { font-size: 13px; font-weight: 200; }


a:active /* Custom link styles */  { text-decoration: none;}

a:visited /* Custom link styles */ { text-decoration: none; color: #151515; }

a:hover /* Custom link styles */   { text-decoration: none; color: #ff5500; }

a:link /* Custom link styles */  {color: #151515; text-decoration: none; }

#imageinfo { visibility: hidden; }