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

/* Style for all bodies. */
body {
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:	12px;
	padding:	0px;
	background-color:	#164871;
}

td.folder {
	font-size:	10px;
}

/* Put a border on all generated images */
.image {
	border-width: 1px;
	border-color: white;
	border-style: solid;
	margin: 5px;
}

a {
	color:	#ffffff;
	font-weight:	800;
}
a:hover {
	color:	#a5cae5;
	font-weight:	800;
}
