@charset "utf-8";
/* CSS Document */

.testimonialPaper {
    width: 95%;
    height: auto;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #000000;
    background-image: url(../Images/Background-Parchment.png);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: auto;    
    position: relative;
    margin: 10px auto 5px auto;
	padding: 25px;
    /*box-shadow: 5px 5px #888888;*/
}