<style>
	.page-content h1 {
        font-size: 2.5275em;
        font-weight: bold;
        border-bottom: 2px solid #000000;
	}
	.page-content h2 {
	font-size: 2.2275em;
        font-weight: bold;
        color: #206EA7;
	}
	.page-content h3 {
        font-size: 1.733em;
        font-weight: bold;
        color: #206EA7;
	}
	.page-content h6 {
        font-size: 1.433em;
        font-weight: bold;
        border-top: 2px solid #000000;
        border-bottom: 2px solid #000000;
	}

	p {
	   font-size: 16px; 
	}

	.CodeMirror {
	    font-size: 14px;
	}

	li {
	   font-size: 16px;
	}

	.coutput {
            color: white;
            font-family: Consolas;
            background: black;
	    white-space: pre;
	    line-height: 1em;
	    padding-bottom: 1em;
        }
	.coutputw {
            font-family: Consolas;
            white-space: pre;
            line-height: 1em;
            padding-bottom: 1em;
        }

</style>

