
	<style>
		body {
			margin: 0;
			padding: 0;
			font-size: 16px;
			line-height: 20px;
			background:		#DDDDDD;
			font-family: 	Georgia, Times, serif;
			font-size:		62.5%;
		}

		#container {
			max-width:		960px;
			padding:		20px 20px;
			margin:			auto;
			background:		#fff;
			box-shadow: #141817 2px 2px 10px;
		}
		
		#container > header {
			width:			100%;
			min-height:		120px;
		}
		
		#container > header hgroup {
			display: flex;
			justify-content: center;
			padding:	20px 0px;
		}
		
		#container > header hgroup h1 {
			margin: 0;
			padding: 0;
			color: #e5fb46;
			font-size: 150%;
		}
		
		#container > header hgroup h1 span {
			color: #007bff;
		}
		
		#container > header hgroup img {
			margin-left: 2rem;
		}
		
		nav#primarynav {
			margin-bottom:	10px;
		}
		
		nav#primarynav ul {
			margin: 0;
			padding: 0;
		}
		
		nav#primarynav ul li {
			margin: 0;
			padding: 0;
			font-size: 100%;
			line-height: 100%;
			list-style:	none;
			display:		inline-block;
			border-right:	1px solid #eee;
			padding:		0 0.5em;
		}
		
		nav#primarynav ul li:nth-child(1) a {
			text-decoration: none;
			color: #999;
		}

		nav#primarynav ul li:nth-child(1) a:hover {
			text-decoration: underline;
			color: blue;
			text-shadow: 1px 0 0 #331d07;
		}
		
		#primarynav ul li:nth-child(2) a {
			text-decoration: none;
			color: blue;
		}
	
		nav#primarynav ul li:nth-child(2) a:hover {
			text-decoration: underline;
			color: blue;
		}
		
		#primarynav ul li:nth-child(3) a {
			text-decoration: none;
			color:			#999;
		}
		
		nav#primarynav ul li:nth-child(3) a:hover {
			text-decoration: underline;
			color:			#000;
		}
		
		nav#primarynav ul li:nth-child(4) a {
			text-decoration: none;
			color:			#999;
		}
		
		nav#primarynav ul li:nth-child(4) a:hover {
			text-decoration: underline;
			color:			#000;
		}
		
		nav#primarynav ul li:nth-child(5) a {
			text-decoration: none;
			color:			#999;
		}
		
		nav#primarynav ul li:nth-child(5) a:hover {
			text-decoration: underline;
			color:			#000;
		}
		
		nav#primarynav ul li:nth-child(6) a {
			text-decoration: none;
			color: #999;
		}
		
		nav#primarynav ul li:nth-child(6) a:hover {
			text-decoration: underline;
			color: blue;
			text-shadow: 1px 0 0 #331d07;
		}
		
		nav#primarynav ul li:nth-child(7) a {
			text-decoration: none;
			color: #999;
		}
		
		nav#primarynav ul li:nth-child(7) a:hover {
			text-decoration: underline;
			color: blue;
			text-shadow: 1px 0 0 #331d07;
		}
		
/*		 End Navigation  */
		
		.multicol {
			position:			relative;
			margin:				auto;
			max-width:			960px;
			columns:			3 12em;
			column-gap:			2em;
			column-rule:		1px solid red;
		}

		.multicol h1 {
			column-span:		all;
			margin:				0.25em 0;
			padding:			0;
			text-transform:		uppercase;
			font-size:			2em;
		}

		.multicol h2 {
			column-span: all;
			margin:				0.25em 0;
			padding:			0.5em;
			border-top: 1px solid #999;
			border-bottom: 1px solid #999;
			text-transform:	uppercase;
			font-weight:		normal;
			font-size:			1.5em;
			color: #297c21;
			text-shadow: 1px 1px 1px #297c21;
			
		}
		
		.multicol h3 {
			margin:				0.25em 0;
			padding:			0;
			text-transform:	uppercase;
			font-weight:		normal;
			font-size:			0.8em;
		}

		.multicol p {
			padding:			0.10em;
			text-indent: 3em;
		}
		
		.multicol span {
			font-size: 1.2em;
			font-weight: bolder;
			}
		
		.multicol figure {
			margin:				0;
			padding:			0;
			width:				100%;
		}
		.multicol figcaption {
			color:				#555;
			font-size:			0.8em;	
		}
		
		.multicol img {
			width:				100%;
			border-radius: 10px;
		}

	</style>
		

		

		
				
