		html { overflow-y: scroll; } /* Turn on scroll bar */
		html>body {
	font-size: 16px;
	font-size: 68.75%;
	background-color: #009bda;
		} /* Reset Base Font Size */
		
 /* Reset Font Size */
	
		table {
			border-collapse: collapse;
			empty-cells: show;			
		}
		
		td, th {
			padding: 0px;
			font-size: 1em;
		}
		
		p { 
			font-size: 1.2em; 
			line-height: 1.5em;
		}
		
		pre {
			font-size: 1.2em;
			border: 1px solid #000;
			padding: 4px;
		}
