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

/* Style for all bodies. */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px; color:#FFFFFF;
	background-color: #000000}

/* Style for all table cells. */
td {font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;
	font-size: 18px; 
	line-height: 20px;}


/* Put a border on all generated images */
.image {
	border:0px solid black; margin:0; 
}

/* Custom link styles */
a:active {
	color: #FFFF33; font-family: Arial, Helvetica, sans-serif; font-size: 14px; text-decoration: none
; font-style: normal;  font-weight:bold
}

a:visited {
	text-decoration: none;
	color: #FFFF33
; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight:bold
}

a:hover {
	text-decoration: none;
	color: #FFCC33; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal;  font-weight:bold
}

a:link {
	text-decoration: none;
	color: #FFFF33; font-family: Arial, Helvetica, sans-serif; font-size: 14px
; font-style: normal;  font-weight:bold
}

a img {border:none}

