/* * Combined style sheet for the index pages and the slide pages. */ /* Style 
for all bodies. */ body { font-family: Verdana, Arial, sans-serif; font-size: 
9px; color: #999999; margin: 5; background-attachment: fixed; background-image: 
url(fond_whiting.gif); background-repeat: repeat; background-position: left top; 
} /* Style for all table cells. */ td { font-family: Arial, sans-serif; font-size: 
10px; } /* Put a border on all generated images */ .image { border-width: 1; border-color: 
black; border-style: solid; margin: 5; } /* Align the content of the cells on 
the index pages to the center and _bottom. */ #index td { text-align: center; 
vertical-align: top; } /* Remove the margin under the images on the index pages. 
*/ #index .image { margin-left: 8; margin-right: 8; margin-bottom: 16; } /* Don't 
have margins on the slide pages. */ body#slide { margin: 0; } /* Highlight the 
image name on the slide pages. */ #slide .name { font-size: 10px; } /* Header 
*/ h1 { font-size: 15px; } a:hover { text-decoration: underline; color: #FF5500 
} a:link { text-decoration: none; color: #0000FF } 