
body {
    margin: 0em 5%;
    background: white;
    color: black;
    font-size: medium;
    font-family: Helvetica, sans-serif;
}

h1 a {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	clear: both;
}

h2, h3, h4, h5, h6 {
	font-style: italic;
}

h1, h2 {
	font-family: "Times New Roman", "Times Roman", Times, serif;
}

h1 {
	font-size: x-large;
	font-style: normal;
}

h2 {
	font-size: large;
}

h2.subtitle {
	margin-top: 0em;
	margin-right: 10%;
	text-align: right;
}

h3 {
	font-size: medium;
	border-bottom: thick solid;
	padding-left: .5em;
}

h4 {
	font-size: small;
}

h5 {
	font-size: x-small;
}

h6 {
	font-size: xx-small;
}

p.figcap {
	text-align: center;
	font-style: italic;
}

p.figcap img {
	text-align: center;
	margin: 1em;
}

