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

/* Style for all bodies. */
body {
	font-family: Century Gothic;
	font-size: 13px;
	background-color: #3f3f3f;
	color: #646D7D;
	margin: 0;
}

/* Style for all table cells. */
td {
	font-family: Century Gothic;
	font-size: 15px;
        color: #2f2f2f;
}

/* 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: #2f2f2f;
}

/* Header */
h1 {
	font-size: 30px;
	font-weight: bold;
        color: #3f3f3f;
        
}

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

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

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

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

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

#imageinfo {
	visibility: hidden;
}
