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

/* Style for all bodies. */
body
{
	background-color: #2A2A2A;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
	margin: 0;
}

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

/* Remove the margin under the images on the index pages. */
#index .image
{
;	color: black;			/* Netscape */
	border-color: black;	/* IExplorer */
	border-style: solid;
}

/* Remove the margin under the images on the index pages. */
#slide .image
{
;	color: black;			/* Netscape */
	border-color: black;	/* IExplorer */
	border-style: solid;
}

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

/* Header */
h1
{
	font-size: 24px;
	font-weight: bold;
	margin-bottom : 0px;
}

/* Custom link styles */
a:active
{
	text-decoration: none;
	color: #FF0000
}

a:visited
{
	text-decoration: none;
	color: #C0C0C0;
}

a:hover
{
	text-decoration: underline;
	color: #00FFFF
}

a:link
{
	text-decoration: none;
	color: #C0C0C0;
}

#imageinfo
{
	visibility: hidden;
}

.number
{
	font-size : 18px;
	font-weight : bold;
	color: #555555
}
