    /* ---------------------------------------------------------------------
		     This is a style sheet for overall look/feel 
				 of the Civil Unrest Web site
				---------------------------------------------------------------------
		*/
		   body        { font-family: "Arial","Tahoma","Verdana", sans-serif;
			               color: #bfc0d2;  background: #131a12 }
			 h1,h2,h3,h4 { color: white;    background: #131a12 }
			 a:link      { color: #99cc99;  background: #131a12 }
       a:visited   { color: green;    background: #131a12 }
			 a:hover     { color: white;    background: #131a12 }			 
			 a:active    { color: #99cc99;      background: #131a12 }

	 
      div.captionedIMG {
          float: right;
          border: thin silver solid;
          margin: 0.5em;
          padding: 0.5em;
      }
      div.captionedIMG p {
          text-align: center;
          font-style: italic;
          font-size: smaller;
          text-indent: 0;
      }