/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body,td,th,td,td,input,select,textarea {
	color: #111111;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color: #E8E9CD;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
a:link {
	color: #663333;
	text-decoration: none;
}
a:visited {
	color: #663333;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a {
	font-weight: bold;
}


/* Put a border on all generated images */
.image {
	border-width: 1;
	border-color: black;
	border-style: solid;
	margin: 5;
}

