/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
scrollbar-base-color: red;
scrollbar-track-color: navy;
scrollbar-face-color: white;
scrollbar-highlight-color: 3333ff;
scrollbar-3dlight-color: 0000ff;
scrollbar-darkshadow-color: 003366;
scrollbar-shadow-color: green;
scrollbar-arrow-color: ;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: white;
	color: navy;
	margin: 5;
}

/* Style for all table cells. */
td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


/* Put a border on all generated images */
.image {
	border-width: 1;
	border-color: navy;
	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;
	vertical-align: bottom;
}

/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 2;
	margin-right: 2;
	margin-bottom: 0;
}

/* Margins on the slide pages. */
body#slide {
	margin: 5;
}

/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-size: 18px;
}

/* Header */
h1 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom : 0px;
}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #FF0000
}
a:link    { color: red; font-family: Geneva, Helvetica, Arial, "Times New Roman", Times, Georgia, Swiss, SunSans-Regular; text-decoration: none }
a:visited  { color: blue; font-family: Geneva, Helvetica, Arial, "Times New Roman", Times, Georgia, Swiss, SunSans-Regular; text-decoration: none }
a:hover { color: #009a00; font-family: Geneva, Helvetica, Arial, "Times New Roman", Times, Georgia, Swiss, SunSans-Regular; text-decoration: underline }
a:active  { color: #009a00; font-family: Geneva, Helvetica, Arial, "Times New Roman", Times, Georgia, Swiss, SunSans-Regular; text-decoration: underline; background-color: silver }
h1    { color: navy; font-weight: 200; font-size: 18px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

}

#imageinfo {
	visibility: hidden;
}

.number{
	font-size : 18px;
	font-weight : bold;
	color: #555555
}
