
/**
 * Structural Components
 */

* {
	outline: none;
}

body {
	margin: 0;
	padding: 20px 0 10px 0;
	width: 95%;
	min-width: 500px;
	line-height: 135%;
	color: #333;
	background: #fff;
	margin: 0 auto 0 auto;
	font-family : Georgia , serif ;
	font-size: 18px;
}

p { margin-left: 2em; margin-right: 2em; }
li.square { margin-bottom: 0px; list-style-type: square ; }
ol {
  counter-reset: item;
margin-left: 2em; margin-right: 2em; 
}
ol>li {
  counter-increment: item;
  list-style: none inside;
	margin-bottom: 25px; }
ol>li.i1:before { content: '1.' counter(item, decimal) '. '; }
ol>li.i2:before { content: '2.' counter(item, decimal) '. '; }
ol>li.i3:before { content: '3.' counter(item, decimal) '. '; }
ol>li.i4:before { content: '4.' counter(item, decimal) '. '; }
ol>li.i5:before { content: '5.' counter(item, decimal) '. '; }
ol>li.i6:before { content: '6.' counter(item, decimal) '. '; }
ol>li.i7:before { content: '7.' counter(item, decimal) '. '; }
ol>li.i8:before { content: '8.' counter(item, decimal) '. '; }



pre { margin-left: 3em; color: #333333 }

.indent { background-color: #F9EDD6; border: 1px solid #D0C4AF;
padding-left: 20px ; padding-right: 20px ;
padding-top: 10px ; padding-bottom: 10px; 
margin-top: 10px;
}



/**
 * Headings
 */

h1 {
	padding-top: 10px;
	line-height: 110%;
	color: #006C82 ;
	margin: 0;
	font-size: 32px;
	font-weight: normal;
	cursor: pointer;
}

h1 a {
	color: #634D40;
}

h1 a:visited {
	color: #634D40;  text-decoration: none; 
}

h1 a:hover {
	color: #634D40;
	text-decoration: none;
	background: none;
}


/**
 * Anchors
 */


a {
}

a:link { color: #9C5624; }
a:visited { color: #497233;  text-decoration: none; }
a:active { color: #333333; }
a:hover { color: #666;   background-color: #ffc;}
