/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Arial, Helvetica, sans-serif;
}

/* Style for all table cells. */
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}


/* Custom link styles */
a:active {
	text-decoration: none;
	color: #6699CC;
}

a:visited {
	text-decoration: none;
	color: #003399;
}

a:hover {
	text-decoration: none;
	color: #6699CC}

a:link {
	text-decoration: none;
	color: #003399}

#imageinfo {
	visibility: hidden;
}
