/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	background-color: black;
	color: #FFFFFF;
	margin: 5;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
	
}
a:active {
	text-decoration: none;
	color: #000000;
}


/* Style for all table cells. */
td {
	font-size: 10px;
}
