@charset "UTF-8";

body {
	font-family: "Palatino Linotype", Palatino, serif;
	font-size: 100%;
}

h1,
h2 {
	font-family: "Arial Black", Arial, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 1.375em; /* 22px / 16px */
}

h2 {
	font-size: .9375em; /* 15px / 16px */
}

p {
	font-size: .875em; /* 14px / 16px */
}

em,
a:link,
a:hover {
	font-weight: bold;
}

/* Table of Contents navigation */
#toc a {
	font-size: .75em; /* 12px / 16px */
}
