html, body {
	font-family: 'Times New Roman', sans-serif;
	color: #000;
	font-size: 18px;
}

h1 {
	font-size: 32px;
	text-align: center;
}

h1 a:link, h1 a:visited {
	color: #000;
	text-decoration: none;
}

h2 {
	font-size: 24px;
	text-align: center;
}

h3 {
	font-size: 24px;
	text-align: center;
	font-weight: normal;
}

p {
	font-size: 1rem;
}

a:link {
	color: #0018ff;
}
a:visited {
	color: #936425;
}