body {
	font-family: Arial, sans-serif;
	font-size: x-small;
	color: #000000;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom: 0px;
	
	scrollbar-face-color: #228b22; 
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #ffffff; 
	scrollbar-3dlight-color: #dcdcdc;
	scrollbar-arrow-color: #ffffff; 
	scrollbar-track-color: #808080;
	scrollbar-darkshadow-color: #556b2f;
}

h1.shadow{
	background-color: #ffcc66;
	color: #cc9933;
	font-family: Arial Black;
	font-size: x-large;
	position: relative;
	border-color: #c0c0c0;
	border-style: groove;
	top: 5px;
	left: 5px;
}

.maintxt{
	font-family: Arial Black;
	font-size: x-large;
	position:absolute ;
	top: 2px;
	left: -1px;
}

.indent50{
	margin-left: 50px;
	
}

.indent100{
	margin-left: 100px;
}

li#circle{
	list-style-type: circle;
}

li#square{
	list-style-type: square;
}


h1.introShadow{
	background-color: transparent;
	color: #c6c6c6;
	font-family: Monotype Corsiva, Arial;
	font-size: x-large;
	position: relative;
	top: 5px;
	left: 5px;
	text-decoration: underline
}

.introTxt{
	font-family: Monotype Corsiva, Arial;
	font-size: x-large;
	position:absolute ;
	top: -1px;
	left: -1px;
	text-decoration: underline
}

h1 {
	background-color: transparent;
	color: #330000;
	font-family: Monotype Corsiva, Arial Black;
	font-size: x-large;
}

p{
	font-family: Arial, sans-serif;
	font-size: x-small;
	margin-left: 100px;
	margin-right:100px;
	margin-top: 20px;
	margin-bottom: 20px;
}

p#noMarginSet{
	font-family: Arial, sans-serif;
	font-size: x-small;
	margin-left: 10px;
	margin-right:10px;
	margin-top: 5px;
	margin-bottom: 0px;
}

p#10pxIndent{
	font-family: Arial, sans-serif;
	font-size: x-small;
	margin-left: 10px;
	margin-right:10px;
	margin-top: 20px;
	margin-bottom: 20px;
}

p#xxsmall{
	font-family: Arial, sans-serif;
	font-size: xx-small;
	}
	
	