

/* Created by Justin Meyer on 10/12/15
 files for this Web site link to this style sheet */



/* body */
    
     img.right {
  	border: double thick black;
  	float: right;
  	margin: 10px 0 10px 10px;
  	}
  	
  	 img.left {
  	float: left;
  	margin: 0 10px 10px 0;
  	border: double thick black;
  	}
  	
  .clear {
  	clear: both;
  	}
  	
  	h5 {
  	border-bottom: solid thick darkkhaki;
  	padding-bottom: 0.5em;
  	font-size:2em;
	color: #e56717;
	margin: 0 0 0 10px;
  	padding: 4px;
  	text-align: center;
  	}
  	
   ul.special  ul{
  	line-height: 1.4em;
  	list-style-type: circle;
  	padding: 0;
  	margin-left: 1em;
  	}
  ul.special li {
  	list-style-type: circle;
  	padding-left: 60px;
  	line-height: 2.5em;
  	font-weight: bold
  	}