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

/* Style for all bodies. */
body {
	font-family: Lucida Sans Regular, arial, sans-serif;
	font-size: 13px;
	background-color: #CCCCCC;
	color: #757169;
	margin: 0;
}

/* Style for all table cells. */
td {
	font-family: Lucida Sans Regular, sans-serif;
	font-size: 13px;
        color: black;
}

/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}

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

/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-size: 22px;
        color: #757169;
}

/* Header */
h1 {
	font-size: 25px;
	font-weight: bold;
        color: #757169;
        
}

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

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

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

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

.comment {
	font-size: 12px;
	font-weight: bold;
	color: #757169;
}

#imageinfo {
	visibility: hidden;
}
