		.code{
			font-family: "Lucida Console", "Courier New", monospace;
			background-color:ivory;
			border: 1px ridge black;
			}
		.webpage{
			font-family: "Lucida Console", "Courier New", monospace;
			background-color:lightblue;
			border: 2px ridge blue;
			}
			
		.output{
			width:50%;
			background-color:PaleGoldenRod;
			border: 2px ridge black;
			}
			
		.instruction{
			color:navy;
			font-family: Arial, Helvetica, sans-serif;
			
			}
			
		.inline_comment{
			color:orange;
			background-color:white;
			
			}
			
		.section_title{
			text-decoration: underline;
			}			
 			
		.preamble{
			color:black;
			background-color:white;
			
			}
			
 			
		.title{
		    /**/
			/*color:#225b63;   darkgrey;*/
			color:black;
			font-size:48px;
			font-weight:600;
			padding:5% 10% 5% 10%;
		}
		
		.logo_div{
			align-items:center;
			padding-top:6px;
		}
		
		.header_logo{
			width:64px;
			height:64px;
		}


