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

/* Style for all bodies. */
body {
	background-color: #E0B505;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #333333;
	margin: 5px;
}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #333333;
}

a:visited {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: underline;
	color: #333333;
	font-weight: bolder;
	background : #FFCC00 
}

a:link {
	text-decoration: none;
	color: #333333
}



/* 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;
}
