/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	margin: 0 0 0 0;
		background: #001059;
	color:#FFFFFF;
		font-size: 15px;
		font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
margin:0 auto;
width:900px;
}
a:link,
a:visited {
	text-decoration: none;
		color:#FFFFFF;
}

/* Put a border on all generated images */
.image {
	border-width: 1;
	border-color: white;
	border-style: solid;
	margin: 5;
}

/* Style for all table cells. */
td {
	font-size: 10px;
	color: white;
}
