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

/* Style for all bodies. */
body {
	margin: 0px;
	padding: 0px;
	font-family: "Arial Narrow";
	font-size: 14px;
	background-color: Black;
	color: #EACCA7;
}

html {
	scrollbar-face-color: black;
	scrollbar-arrow-color: #767676;
	scrollbar-base-color: black;
	scrollbar-shadow-color: #767676;
	scrollbar-darkshadow-color:black;
	scrollbar-highlight-color: #767676;
	scrollbar-3dlight-color:#767676;
	scrollbar-track-color: black;
}
}

/* Headers */

H1 {
	font-weight: bold;
	color: #EACCA7;
	font-size: 10px;
	text-align: center;
}
H2 {
	font-weight: bold;
	color: #EACCA7;
	font-size: 12px;
	text-align: center;
}
H3 {
	font-weight: bold;
	color: #EACCA7;
	font-size: 14px;
	text-align: center;
}
/* Custom link styles */
a:active {
	text-decoration: none;
	color: #EACCA7;
}

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

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

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








