BODY {
	/* all margins set to 2em */
	/*margin: 2em;*/
	margin: 0px;
	scrollbar-face-color: #947054;
	scrollbar-shadow-color: #330033;
	scrollbar-highlight-color: #330033;
	scrollbar-3dlight-color: #947054;
	scrollbar-darkshadow-color: #947054;
	scrollbar-track-color: #947054;
	scrollbar-arrow-color: white;
	scrollbar-base-color: #947054;
	font-family: "Monotype Corsiva", serif;
	font-style: italic;
	font-size: 21px;
	font-weight: bold;
	color: #330033;
	background-position: bottom;
	/*background-position: bottom;*/
    /*background-attachment: fixed;*/
	/*background-image: url('../images/index-bg.jpg');*/ 
	background-color: rgb(175, 123, 84);
	background-image: url('../images/index-bg-light.jpg');
	/*background-image: url('../images/index-bg-start.jpg');*/
}   

P { 
    text-indent: 3em;
	font-family: "Monotype Corsiva", serif;
	font-style: italic;
}

.t {
	border-style: solid; 
	border-width: 1px; 
	color: #954b10;
}

Td {
    padding: 0px;
}

TR {
    padding: 0px;
}

b {
    color: #42270f;
}

.dot         {
	background-image:url('../images/one.gif');
	cursor: pointer;
	cursor: hand;
}
.dotoff      { 
	background-image:url('../images/one.gif');
	cursor:default;
}
.dotempty    { 
	background-image:url('../images/two.gif');
	cursor: pointer;
	cursor: hand;
}

.dot, .dotoff, .dotempty {
	position: absolute;
	visibility: hidden;
	font-size: 28px;
	color: white;
	z-index: 1500;
}

.dotSpacer, .dot, .dotoff, .dotempty {
	width: 30px;
	height: 30px;
}

.caption     { 
	position: absolute;
	visibility: hidden;
	font-family: serif, "Monotype Corsiva";
	font-style: italic;
	letter-spacing: 1px;
	color: #330033;
	/*font-weight:400;*/
	font-size: 18px;
	text-align: center;
	cursor: default;
	z-index: 1100;
	top: 3px;
}

a { color: silver; text-decoration: none }
/*p  { font-size: 10px; font-family: tahoma, sans-serif; color: black } */