/*
 * Combined style sheet for the index pages and the slide pages.
 */

//a:link{color:#0000cd;text-decoration: underline}
//a:visited {color:#52188b;text-decoration: underline}
a:link{color:#00448b;text-decoration: underline}
a:visited {color:#613061;text-decoration: underline}
a:active{color:#00448b;text-decoration:underline}

/* Style for all bodies. */
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	background-color: white;
	color: black;
	margin: 5;
}


/* Put a border on all generated images */
.image {
	border-width: 1;
	border-color: black;
	border-style: solid;
	margin: 5;
}

/* Style for all table cells. */
td {
	font-size: 10px;
}
