body{
	text-align:left;
    /* background-color:#e0c57f;	 */
    /* background-color: #dfcd87; */
    background-color:rgb(247, 241, 241);
    background-image:url(http://www.zingerbugimages.com/backgrounds/beige_parchment_paper_background_1800x1600.jpg);
    background-position:left top;
    background-repeat:repeat;
    /* background-repeat: no-repeat; */
    background-attachment:fixed;
    background-clip: content-box;
	/* border-left:groove #666;
    border-right:groove #666; */
    background-size: 950px 800px;
    margin-left: 30px;
    margin-right: 80px;
    /* height:2000px; */
    height:auto;
    /* overflow: hidden; */
}

p {
    font-size: 30px;
}

ul.bullet {
    list-style-type: square;
    font-size: 25px;
}

.mySlides {
    /* display: none */
}

.centerImage{
    display: block;
    margin-left: auto;
    margin-right: auto;
}