/*
 Theme Name:   Custom Child Theme
 Template:     generatepress
*/
/* Add your global CSS below this line */
body {
	font-size: 17px;
	font-family: Calibri, Verdana, Tahoma, Arial, Geneva, Helvetica, sans-serif;
	/*background-color: #FFFFCC;*/
	width:100%;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
	background-color: #F4ECD8; 
	color: #5B4636;
	  line-height: 1.4em;
}
a { text-decoration:none
}
A:link { text-decoration: none;
	color: #800000;
}
A:visited { text-decoration: none;
	color: #800080; }

A:active {text-decoration: none;
	color: #000080;}