html, body, div {
	box-sizing: border-box;
	-moz-box-sizing: border-box;	
	padding: 0px;
	margin: 0px;
}

body {
	font-family: Palatino, Garamond, Times New Roman, serif;
	text-align: center;
	font-size: 76%;
}

div {
	position: relative;
}

/* The following is from Sane CSS Typography: 
   http://www.thenoodleincident.com/tutorials/typography/ */
h1 {
	color: #7B012A;
	font-style: italic;
	font-size: 2.0em;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0.4em;
}
h2 {
	color: #7B012A;
	font-size: 1.6em;
	font-style: italic;
	margin: 1.5em 0em 0em 0em;
	font-weight: bold;
	}
h3 {
	color: #7B012A;
	margin: 1em 0em 0.3em 0em;
	font-size: 1.3em;
	font-style: italic;
	font-weight: bold;
	}
h4 {
	color: #7B012A;	
	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;
	}
img {
	border: 0;
	}
p {
	font-size: 1.2em;
	line-height: 1.1em;
	margin: 0.3em 0em 0.9em 0em;
	}
li, td {
	font-size: 1.2em;
	line-height: 1.1em;
}
	
a, a:visited {
	text-decoration: none;
	color: #7B012A;
}

a:hover, a:active {
	text-decoration: none;
	/* color: #400031; */
	color: #dfb9a6;
}

a.selectedPage {
	font-weight: bold;
}

dl {
	font-size: 1.2em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 0.5em;
}