/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
        font-family: Verdana, Arial, sans-serif;
        font-size: 13px;
        background-color: #831010;
        color: #3D3D3D;
        margin: 5;
}

/* Style for all table cells. */
td {
        font-family: Arial, sans-serif;
        font-size: 11px;
}

/* Put a border on all generated images */
.image {
        border-width: 2px;
        border-color: #666666;
        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: bottom;
}


/* Don't have margins on the slide pages. */
body#slide {
        margin: 0;
}


/* Header */
h1 {
        font-size: 30px;
        font-weight: bold;
}

/* Custom link styles */
a:active {
        text-decoration: none;
        color: #390000;
}

a:visited {
        text-decoration: none;
        color: #393C39;
}

a:hover {
        text-decoration: underline;
        color: #000000
}

a:link {
        text-decoration: none;
        color: #180000
}

#imageinfo {
        visibility: hidden;
}
.title {font-weight: bold;
        font-size: 16px;
        text-align: left;}

.right_space  {
 padding-right:50px;}

.space  {
 padding-right:25px;}
