@charset "UTF-8";
/* CSS Document */
/* Voices of the Faithful CSS */
blockquote.vof { font-style:italic;
          color: #131d5a;
          border-top: 1px solid;
          border-bottom: 1px solid;
          background-color: #f0f0f0;
          padding-right: 2%;
          padding-left: 2%;
          padding-top: 2%;
          padding-bottom: 2%;
          font-size: 80%;
          margin-right: 10%;
          margin-left: 10%;
}

p.vofauthor {
          color: #131d5a;
          text-align: center;
}
div.vofbkgd {
          background-image: url(../images/vof_bkgd.jpg);
          background-repeat: no-repeat;
		  background-position:right;
		  }
