/* Style for all bodies. 
 * Combined style sheet for the index pages and the slide pages.
 */
body
{
    font-family : Verdana , Arial , sans-serif;
    font-size : 13px;
    background-color : black;
    color : white;
    margin : 5;
}
/* Style for all table cells. */
td
{
    font-family : Arial , sans-serif;
    font-size : 10px;
    Background-color : black;
}
/* Put a border on all generated images */
.image
{
    border-width : 1;
    border-color : rgb(136 , 136 , 136);
    border-style : solid;
    margin : 5;
    Background-color : black;
}
.nav
{
    font-weight : bold;
    font-size : 26px;
}
/* Align the content of the cells on the index pages to the center. */
#index td
{
    text-align : center;
    Background-color : black;
}
/* Remove the margin under the images on the index pages. */
#index .image
{
    margin-left : 2;
    margin-right : 2;
    margin-bottom : 0;
    Background-color : black;
}
/* Highlight the image name on the slide pages. */
#slide .name
{
    font-weight : bold;
    font-size : 14px;
    Background-color : black;
}
/* Header */
h1
{
    font-size : 30px;
    font-weight : bold;
}
/* Custom link styles */
a:active
{
    text-decoration : none;
    color : rgb(255 , 170 , 170);
}
a:visited
{
    text-decoration : none;
    color : rgb(170 , 170 , 170);
}
a:hover
{
    text-decoration : underline;
    color : rgb(255 , 255 , 255);
}
a:link
{
    text-decoration : none;
    color : rgb(204 , 204 , 204);
}
#imageinfo
{
    visibility : hidden;
}
