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

/* Style for all bodies. */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px; vertical-align: middle;
	color: #FFFFFF;
	background-color: black;
	color: black;
	margin: 5;
}


/* 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-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;vertical-align: middle;
	color: #FFFFFF;
	horizontal-align: middle;
	text-align: center;
	background-color: #282828;
	border: 2px #0000FF;



}
a:active {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 10px; font-weight: bold; color: #000000; text-decoration: underline; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-transform: none}

a:link { font-family: Georgia, "Times New Roman", Times, serif; font-size: 10px; font-weight: bold; color: #000000; text-decoration: underline; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-transform: none}

a:visited { font-family: Georgia, "Times New Roman", Times, serif; font-size: 10px; font-weight: bold; color: #000000; text-decoration: underline; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-transform: none}

a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: 700;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-transform: none;
	text-decoration: blink;
}
