/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
a:link {color: AAAAAA; text-decoration: none}
a:active {	color: 333333; text-decoration: none}
a:visited {color: AAAAAA; text-decoration: none}
a:hover {color: 808080; text-decoration: none}
BODY {scrollbar-face-color: 333333; scrollbar-shadow-color: CCCCCC; 
scrollbar-highlight-color: CCCCCC; scrollbar-3dlight-color: 505050;
scrollbar-darkshadow-color: 606060; scrollbar-track-color: #707070; scrollbar-arrow-color: E0E0E0; 
overflow-y: hidden; overflow-x: auto;

	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color:#404040;
	color: DDDDDD;
	margin:5;
}

a {text-align:center}
p {text-align:center}