/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: white;
	color: #CC6600;
}

A:link, A:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: white;
	color: #CC6600;
	text-decoration: underline;
}

A:hover, A:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: white;
	color: #CC6600;
	text-decoration: none;
}

a.navEnd:link, a.navEnd:visited, a.navEnd:hover, a.navEnd:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#CCCCCC;
	text-decoration: none;
}
	
/* Put a border on all generated images */
.image {
	border-width: 1;
	border-color: black;
	border-style: solid;
}

/* Style for all table cells. */
td {
	font-size: 10px;
}
