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

/* Style for all bodies. */
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	background-color: #afeeee;
	color: green;
	margin: 0;
	padding: 0px;
	

}

/* Style for all table cells. */
td {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
}

/* Put a border on all generated images */
.image {
	border-width: 1;
	border-color: black;
	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;

}

/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 2;
	margin-right: 2;
	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: 14px;
}

/* Header */
h1   { font-family:Verdana, Arial, Helvetica, sans-serif; font-style: italic; font-weight: bold; font-size: 24px; border-bottom: 4px solid #afeeee; width: 700px; height: 40px }

h3   {
	font-size: 18px;

	
	text-decoration: underline;
}

/* Custom link styles */
a:link {
	text-decoration: underline;
	color: #66CC66; font-weight:normal;
}
a:visited  { color: #66cc66; text-decoration: underline; font-weight:normal;}

a:hover  { color: #afeeee; text-decoration: none; font-weight: normal; }

a:active {
	text-decoration: none;
	color: #99FF99; font-weight:normal;

}





#imageinfo {
	visibility: hidden;
}
