body
    {
        font-family: Helvetica, sans serif; 
        font-size: 24px; 
        line-height: 1.2em; 
        margin: 20px; 
        background-color: #283220; 
        color: #FFFFFF; 
    }
    
    a:link, a:visited { color: #9FB266; text-decoration: none; } 
    a:active, a:hover { color: #9FB266; text-decoration: underline; }
    a:focus {
	    color: #FF6600; 
	    text-decoration: underline; 
	    outline: 2px solid #FF6600; 
	    }
	    
    a {overflow-wrap: break-word; }

    .container
    {
        width: 800px; 
        margin: 0 auto; 
    }
    .article-box
    {
        padding-top: 20px; 
        padding-bottom: 20px; 
        padding-left: 60px; 
        padding-right: 60px; 
        font-size: 24px; 
        line-height: 1.5em; 
        background-color: #EFEFEF; 
        border-radius: 15px; 
        margin-bottom: 60px; 
        margin-top: 20px; 
        color: #232C1E; 
    }
	.text-box
    {
    	border-bottom-width: 40px;
    	border-bottom-style: solid; 
    	border-bottom-color: #9FB266;
    	padding: 20px; 
    	font-size: 28px; 
    	line-height: 1.5em; 
    	width: 600px; 
		margin: 0 auto; 
    }
    .fl
    {
        float: left; 
    }
    .fr
    {
        float:right; 
    }
    strong
    {
        font-weight: bold; 
    }
    em
    {
        font-style: italic; 
    }
    .center
    {
	    text-align: center; 
	}
	.spacer
	{
		margin-bottom: 40px; 
	}
	.image-wrapper
    {
        padding: 3px; 
        border-color: #9FB266;
        border-width: 1px; 
        border-style: solid; 
        margin: 20px; 
    }
    h1
    {
	    font-size: 42px; 
	    text-align: center; 
	    line-height: 1.5em; 
	    text-transform: uppercase; 
	    letter-spacing: 2px; 
	}
	h2
	{
	    font-size: 36px; 
	    line-height: 1.5em; 
	    text-align: center; 
	    letter-spacing: 2px; 
	}
	h3
	{
		font-size: 30px; 
		text-align: center; 
	}
	h4
	{
		font-size: 26px; 
	}
	ul
	{
		padding-left: 40px; 
	}
	ul li
	{
		padding-bottom: 20px; 
	}
	.footer
	{
		font-size: 24px;  
		text-align: center; 
		text-transform: uppercase; 
		padding-top: 20px; 
		line-height: 1.5em; 
	}
	.footer ul
	{
		list-style-type: none; 
		padding-left: 0px; 
	}
	.footer ul li
	{
		margin-bottom: 10px; 
	}
	.footer ul li a
    {
        color: #9FB266;
    }
	.indent
    {
        margin-left: 40px; 
        margin-right: 40px; 
    }
    ol
    {
	    margin-left: 40px; 
	    margin-top: 20px; 
	}
    ol li
    {
	    margin-bottom: 20px; 
	}
	.copyright
	{
		width: 480px; 
		margin: 0 auto; 
		line-height: 1.4em; 
		font-size: 20px; 
		text-align: center; 
		padding-top: 20px; 
		color: #9FB266; 
	}
	.copyright a
	{
		color: #9FB266; 
		text-decoration: underline; 
	}
	.figure-wrapper
    {
	    border-color: #000000;
	    border-width: 1px;
	    border-style: solid;
	    padding: 50px;
	}
	.clear
	{
		clear: both; 
	}
	p
	{
		text-align: center; 
	}