body {
	background-color: white;
	color: black;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 10pt;
}

h1, h2 {
	color: gray;
	font-weight: normal;
}

h2 {
	color: #a7a7a7;
}

a {
	color: #326df3;
}

a:visited {
	color: #785bb6;
}

a:active {
	color: #50b638;
}

li {
	list-style-type: square;
	color: #7e7e7e;
}