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

/* Style for all bodies. */

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

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

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

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

#imageinfo {
	visibility: hidden;
}