/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	background-color: black;
	color: yellow;
	margin: 5;
}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: white;
}

a:visited {
	text-decoration: none;
	color: red;
}

a:hover {
	text-decoration: underline;
	color: yellow
}

a:link {
	text-decoration: none;
	color: blue
}

#imageinfo {
	visibility: hidden;
}

