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

/* Style for all bodies. */
body {
	margin: 2px;
	padding: 2px;
	font-family: "Arial Narrow";
	font-size: 12px;
	background-color: #010004;
	color: #F0DFB1;
}

html {
	scrollbar-face-color: #2C180B;
	scrollbar-arrow-color: #FBC88A;
	scrollbar-base-color: #2C180B;
	scrollbar-shadow-color: #767676;
	scrollbar-darkshadow-color:#2C180B;
	scrollbar-highlight-color: #FBC88A;
	scrollbar-3dlight-color:#FBC88A;
	scrollbar-track-color: #2C180B;

}




H1 {
	font-weight: normal;
	color: #F0DFB1;
	font-size: 16px;
	text-align: center;
}


a:active {
	text-decoration: none;
	color: #271601;
}

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

a:hover {
	text-decoration: none;
	color: #CC0000;
}

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

