
		html { overflow-y: scroll; } /* Turn on scroll bar */
		html>body {
			font-size: 16px; 
			font-size: 68.75%;
		} /* Reset Base Font Size */
		
		body {
			font-family: Verdana, helvetica, arial, sans-serif;
			font-size: 68.75%;
			background: #6F9C6F;
			color: #333;
			padding:0 50px;
		} /* Reset Font Size */
	
		table {
			border-collapse: collapse;
			empty-cells: show;			
		}
		
		td, th {
			border: 1px solid;
			padding: 4px;
			font-size: 1em;
		}
		
		p { 
			font-size: 1.2em; 
			line-height: 1.5em;
		}
		
		pre {
	    text-align:center;
		font-size: 1.2em;
		border: 5px solid #9d9;
		padding: 4px;
		}
    #layer1 {
            position: relative; top: -38px; margin: auto; width: 860px; height: 150px; text-align:center; z-index: 1
            }
    #layer1 img {border: 0}           
         h2 {
                margin: 2.3em 0 1.1em;
                font-size: 14px; color: #fdf;
            }