body {
	font-size: .9em;
	font-family: "Times New Roman", serif;
	background-color: white;
	color: black;
}

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

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

a img {
	border: none;
}

#text-content-container a:link:after,
#text-content-container a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}
