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

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #000000;
	color: #CCCCCC;
	margin: 0;
}

/* Style for all table cells. */
td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px; color:#FFFFFF
}


/* Custom link styles */
a img {border:none}

a:active {
	color: #FFCC33; }

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

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