/*
	Author: Mark Kawucha
	Date: May 18th 2016
	Revisions: none
*/



			body {
				font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
				font-size: 100%;
				background-color: #203520	;
			}


			p	{
				font-size: 1em;
				text-align: center;
				border: 1px solid;
				border-color: #203520;
				margin-top: 0em;
				margin-bottom: 1.5em;
				line-height: 1.75em;
			}

			h1	{
				font-size: 1.5em;
				/* border: thin red solid; */
				line-height: 1.5em;
				font-weight: normal;
				text-align: center;
				padding: 25px;
			}

			h2	{
				font-size: 1.25em;
				font-weight: bold;
				text-transform: uppercase;
				letter-spacing: 0.2em;
				text-align: center;
				float: center;
			}
			
			h3 {
				font-size: 1.25em;
				font-weight: bold;
				letter-spacing: 0.1em;
				text-align: center;
				float: center;
				margin-right: 20px;
			} 
			
			h4 {
				font-size: 1.35em;
				text-transform: uppercase;
				text-align: center;
				margin-bottom: 10px;
				margin-right: 20px;
			}
			
			ul {
				font-size: 0.875em;
				background-color: #E5DAB3;
				}
				
				li {
					background-color: #AA6C7E;
					}
					
					ul li {
						background-color: #ABC8A5;
						} 
						
					