body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 13pt;
}

#main {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 100px;
}

a {
    text-decoration: none;
    color: rgb(0, 163, 192);
}

h1 
{
	font-size: 22pt;
}

h2 {
	font-size: 14pt;
	font-weight: normal;
}