/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Verdana, Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	background-color: 333333;
	color: white;
	margin: 5;
}

a {
	
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	background: none;
	text-decoration: underline;
}


/* 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: 14px;
}

