html, body, div {
	box-sizing: border-box;
	-moz-box-sizing: border-box;	
}

body {
	/*font-family: Palatino, Garamond, Times New Roman, serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 8pt; /*72%;*/
	background-color: #e8e5d7;
	color: #867c63;
  /*z-index: 0;
  position: relative;*/
}

/*
div {
	position: relative;
}
*/

/* The following is from Sane CSS Typography: 
   http://www.thenoodleincident.com/tutorials/typography/ */
h1 {
	font-style: italic;
	font-size: 2.0em;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0.4em;
}
h2 {
	font-size: 1.6em;
	font-style: italic;
	margin: 1.5em 0em 0em 0em;
	font-weight: bold;
}
h3 {
	margin: 1em 0em 0.3em 0em;
	font-size: 1.3em;
	font-style: italic;
	font-weight: bold;
}
h4 {
	font-size: 1.1em;
	margin: 0.2em 0em 0.2em 0em;
	font-weight: bold;
}
h5 {
	font-size: 1.0em;
	margin: 0.2em 0em 0.2em 0em;
	font-weight: bold;
}
h6 {
	font-size: 0.8em;
	margin: 0.2em 0em 0.2em 0em;
	font-weight: bold;
}
p {	
	font-size: 1.0em;
	line-height: 1.5em;
	margin: 0.3em 0em 0.9em 0em;
}
li, td {	
	font-size: 1.0em;	
	line-height: 1.5em;
}
a, a:visited {
	text-decoration: none;
}
a:hover, a:active {	
	text-decoration: none;
}
a.selectedPage {
	font-weight: bold;
}

