			html { font-size: 18px; }
			body {
				font-size: 1em;
                background-color:#445566;
                color:#bababa;
				font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif;
			}
			
			.content {
				margin: 0 auto;
				max-width: 50em;
			}

			.content h1 {
				text-align: center;
                font-size:1.833333em;
			}

			.content a,
		       	.content a:link {
				color:#8899aa;
				text-decoration:none;
			}

			.content a:hover {
				color:yellow;
			}

			.content a:active {
				color:white;
			}

