
body {
  font-family: sans-serif;
  background: white;
  color: black;
  }

h1 {
  color: gray;
  }

div.fi-prospbox {
  padding: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  background: rgb(0,107,183);
  color: white;
  }

div.fi-imgbox {
/*  width: 75%;    */
  padding: 10px;
  background: rgb(0,127,142);
  color: white;
/*  margin-left: 15%;*/
  }


div.fi-imgbox p.fi-desc {
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  }

div.fi-imgbox p.fi-pic {
  text-align: center;
  }

blockquote.fi {
  padding: 10px;
  margin-left: 10px;
  margin-right: 10px;  
  
  background: rgb(0,127,142);
  color: white;
  }

blockquote.fi p {
  text-align: left;
  font-style: italic;
  }

p {
  text-align: justify;
  }

p.fi-print {  
  text-align: right;
  }

hr {
  clear: both;
  }

div.fi-footer p {
  font-size: smaller;
  text-align: left;
  }



