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

/* Style for all bodies. */
body {
	font-family: font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: black;
	color: #9999CC;
	margin: 5;
}

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


/* Put a border on all generated images */
.image {
	border-width: 1;
	border-color: #888888;
	border-style: solid;
	margin: 5;
	color: 9999CC;
}

.nav  { font-family: Arial, Helvetica, sans-serif; color:#E2C37B; font-size: 26px; font-weight: bold; font-stretch: semi-expanded }

.nav2  {
	font-family: Arial, Helvetica, sans-serif;
	color:#E2C37B;
	font-size: 18px;
	font-weight: normal;
	font-stretch: semi-expanded

}
.nav3  {
	color:#DABD83;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	font-stretch: semi-expanded
}
/* Align the content of the cells on the index pages to the center. */
#index td {
	text-align: center;
}


.nav3b  {
	color:#E2C37B;
	font-size: 12px;
	font-style: italic;
	font-stretch: semi-expanded
}
/* Align the content of the cells on the index pages to the center. */
#index td {
	text-align: center;
}

.nav4  { font-size: 10px; font-stretch: semi-expanded }
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #666666;
}
/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-size: 14px;
}

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

/* Custom link styles */
a:active {
	text-decoration: underline;
	color: #99CCFF;
}

a:visited {
	text-decoration: underline;
	color: #AAAAAA;
}

a:hover {
	text-decoration: underline;
	cursor:hand;
	color: #CCCCFF
}

a:link {
	text-decoration: underline;
	color: #CCCCCC
}

#imageinfo {
	visibility: hidden;
}
