/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Arial, sans-serif;
	background-color: #3e3e3e;
	
}

img {
	border-color: #C0C0C0;
}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #ffff00;
}

a:visited {
	text-decoration: none;
	color: #AAAAAA;
}

a:hover {
	text-decoration: underline;
	color: red
}

a:link {
	text-decoration: none;
}

.comment {
	color: yellow;

}
.camera {
	color: #ffff33;
	font-size:11px;
	margin-top:1px;
	margin-bottom:1px;
	text-align:center;

}

/* Put a border on all generated images */
.image {
	border-width: 0;
	}

/* Align the content of the cells on the index pages to the center and bottom. */

/* Style for all table cells. */




/* Don't have margins on the slide pages. */
body#slide {
	margin: 20;
}

/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-size: 14px;
}

/* Header */
h1 {
	font-size: 25px;
	font-weight: bold;
	Color: #000033;
	margin-bottom: 5px;
	margin-left: 5px;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 3px;
}

#imageinfo {

	font-size: 11px;
}
