* {
	font-family: "Times New Roman", Times, serif;
}

html {
	background-image: url("../img/aeammbg.png");
	background-repeat: repeat-y;
	background-position: left top;
	background-size: 7%;
}

body {
	padding-top: 30pt;
	padding-bottom: 50pt;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

img {
	max-width: 100%;
	height: auto;
}

h1 {
	font-family: "Arial Black", Arial, sans-serif;
	font-weight: 900;
	font-size: 30pt;
	letter-spacing: -0.1em;
	line-height: 1em;
}

h2 {
	font-family: "Arial Black", Arial, sans-serif;
	font-weight: 900;
	font-size: 20pt;
	letter-spacing: -0.05em;
	margin-top: 2.2em;
}

p, a, ol, li {
	font-size: 14pt;
	line-height: 1.5em;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}

blockquote {
	font-size: 13pt;
	line-height: 1.5em;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	margin-left: 0;
	padding-left: 20pt;
	border-left: 1px solid black;
}

.code {
	font-family: "Courier New", monospace;
	font-size: 12pt;
	background-color: #eee;
}