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

body {
    font-family: 'PT Serif', serif;
    font-size: 16px;
	width:100%;
    background-color: white;
	color: #9D8772;
	align-content: center
    
}


.subhead {
	
	font-size: 22px;
	
}

a:link {
	color: #9D8772;
	text-decoration: none;
}

a:visited {
	color: #9D8772;

	
		}

a:hover {

	color: #5f3a1f;
}

