body {
			max-width: 1600px;
			margin: 10px 10px 30px 20px;
			-webkit-font-smoothing: antialiased;
			background-color: #eee;
		}
		
		.lp-purpleBlue {
			/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#705491+0,7db9e8+100 */
			background: #705491; /* Old browsers */
			background: -moz-linear-gradient(left, #705491 0%, #7db9e8 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(left, #705491 0%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to right, #705491 0%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#705491', endColorstr='#7db9e8',GradientType=1 ); /* IE6-9 */
		}
		
		.lp-orangeYellow{
			/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f89f41+0,f1e03a+100 */
			background: #f89f41; /* Old browsers */
			background: -moz-linear-gradient(left, #f89f41 0%, #f1e03a 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(left, #f89f41 0%,#f1e03a 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to right, #f89f41 0%,#f1e03a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89f41', endColorstr='#f1e03a',GradientType=1 ); /* IE6-9 */
		}
		
		.lp-greenYellow {
			/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#70c19d+0,f2e68a+82,f2e68a+82 */
			background: #70c19d; /* Old browsers */
			background: -moz-linear-gradient(left,  #70c19d 0%, #f2e68a 82%, #f2e68a 82%); /* FF3.6-15 */
			background: -webkit-linear-gradient(left,  #70c19d 0%,#f2e68a 82%,#f2e68a 82%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to right,  #70c19d 0%,#f2e68a 82%,#f2e68a 82%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70c19d', endColorstr='#f2e68a',GradientType=1 ); /* IE6-9 */
		}
		
		.lp-blueDarkBlue {
			/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#78b6df+0,4a739f+100 */
			background: #78b6df; /* Old browsers */
			background: -moz-linear-gradient(top,  #78b6df 0%, #4a739f 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(top,  #78b6df 0%,#4a739f 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to bottom,  #78b6df 0%,#4a739f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78b6df', endColorstr='#4a739f',GradientType=0 ); /* IE6-9 */
			font-size: 13px;
		}
		
		.lp-blueDarkBlue h5 {
			font-size: 16px;
		}
		
		.lp-greenYellow a {
			color: #393838;
			text-decoration: underline;
			font-weight: 700;
/*
			font-family: monospace;
			font-size: 1.1rem;
			color: #ffcf7f;
			background-color: #393838;
			display: inline-block;
			padding: 0 10px;
*/
		}
		
		mark {
			background-color: #f5ec9e;
		}
		
		section {
			border-bottom: 3px double #CCC !important;
			margin-bottom: 30px;
			padding-bottom: 30px;
		}
		
		blockquote {
			border: 1px solid #1A1A19;
			padding: 10px 20px;
			background-color: #e3e3e3;
		}
		
		.p0 {
			padding: 0 !important;
		}
		
		code {
			font-family: monospace;
			font-size: 1.3rem;
			color: #ffcf7f;
			background-color: #393838;
			display: inline-block;
			padding: 0 10px;
		}
		
		.red {
			color: red;
		}
		
		.fw-800 {
			font-weight: 800;
		}
		
		.img-border, a img.img-border {
			border: 1px solid #4c4c4c;
		}
		
		.blue {
			color: blue;
		}
		
		.highlite {
			background-color: #33495d;
			color: #fff;
			padding: 6px 10px;
			white-space: nowrap;
		}
		
		.highlite::before {
			content: "[ ";
			color: #1c9c83
		}
		
		.highlite::after {
			content: " ]";
			color: #1c9c83
		}
		
		.white {
			color: #FFF;
		}
		
		.lp-purpleBlue a {
			color: #FFF;
			text-decoration: underline !important;
			font-weight: bold !important;
		}
		
		.bg-light {
			background-color: #725490 !important;
		}
		
		.nav-link {
			color: #FFF !important;
			font-weight: bold;
			text-shadow: 3px 3px 5px rgba(0, 0, 0, 1);
		}
/* 		.main is for the first paragraph of a section */
		.main {
			font-size: 1.3rem;
		}
		
		.caps {
			text-transform: uppercase;
		}
		
		.sidebar {
			background-color: #dbe7f2;
			border: 1px solid #4c4c4c;
			padding: 10px 20px;
			margin-top: 10px;
		}
		
		.sidebar-alt {
			background-color: #d9efe5;
			border: 1px solid #4c4c4c;
			padding: 20px;
			margin-top: 10px;			
		}
		
		.inline-btn {
			border-radius: 7px;
			border: 1px solid #c2c2c2;
			padding: 6px;
			color: #333;
			font-weight: 700;
			/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d9efe5+0,dbe7f2+50,dbe7f2+50,d9efe5+100 */
			background: #d9efe5; /* Old browsers */
			background: -moz-linear-gradient(left,  #d9efe5 0%, #dbe7f2 50%, #dbe7f2 50%, #d9efe5 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(left,  #d9efe5 0%,#dbe7f2 50%,#dbe7f2 50%,#d9efe5 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to right,  #d9efe5 0%,#dbe7f2 50%,#dbe7f2 50%,#d9efe5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9efe5', endColorstr='#d9efe5',GradientType=1 ); /* IE6-9 */
		}
		
		.inline-section {
			background-color: #337ab7;
			border-radius: 7px;
			border: 1px solid #c2c2c2;
			padding: 4px 8px;
			color: #FFF;
			font-weight: 700;
		}
		
		.inline-link {
			color: #f17b00; 
			font-weight: 800;
			text-decoration: underline !important;
		}
		
		.style-options {
			color: #000;
			background-color: #d4e5f1;
			padding: 10px;
			border: 7px solid #4a739e;
		}
		
		.jump-link {
			font-family: 'Oswald', sans-serif;
			font-weight: bold;
			text-decoration: none !important;
			white-space: nowrap;
			text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
		}
		
		.jump-link:hover {
			text-decoration: underline !important;
			color: #715390;
		}
		
		blockquote a.jump-link {
			font-family: 'Oswald', sans-serif;
			color: #333 !important;
			font-weight: bold;
			text-decoration: underline !important;
			white-space: nowrap;
			text-shadow: none !important;
		}
		
		.white a.jump-link {
			color: #fff !important;
			text-decoration: underline !important;
		}
		
		.white a.jump-link:hover {

			text-decoration: none !important;
		}
		
		.setting {
			font-weight: bold;
			color: #f17b00; 
			text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
		}
		
		.step {
			margin-bottom: 20px;
			padding-bottom: 20px;
			width: 100%;
			border-bottom: 3px double #CCC !important;
		}
		
		.last-step {
			width: 100%;
			margin-bottom: 20px;
			padding-bottom: 20px;
		}