/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: "Trebuchet MS";
	font-size: 12px;
	background-color: #FFFFFF;
	color: 000000;
}

img {
	border-color: #CCCCCC;
}

/* Custom link styles */
a {
	text-decoration: none;
	color: #000099;
}

a:hover {
	text-decoration: underline;
	color: #0000FF
}

.comment {
	color: #000000;
}

/* Put a border on all generated images */
.image {
	border-width: 1;
	border-style: solid;
	border-color:#CCCCCC
	margin: 5;
}


/* Header */
h1 {
	font-size: 20px;
	font-weight: bold;
}


#imageinfo {

	font-size: 12px;
}


