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

/* Style for all bodies. */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #999999;
	color: black;
	margin: 5;
	TEXT-DECORATION: none
}

/* Style for all table cells. */
td {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
}

/* Put a border on all generated images */
.image {
	border-width: 2;
	border-color: #ffcc00;
	border-style: solid;
	margin: 5;
}

.nav {
	font-weight: bold;
	font-size: 16px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

/* Align the content of the cells on the index pages to the center. */
#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;
}


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

/* Header */
h1 {
	font-size: 30px;
	font-weight: bold;
}

/* Custom link styles */
A {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none
	color: #ffcc00

}

a:active {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none;
	FONT-WEIGHT: bold;
	color: #ffcc00;
}

a:visited {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none;
	color: #ffcc00
}

a:link {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none;
	color: #FFFFFF
}

#imageinfo {
	visibility: hidden;
}
