/******************************************************************************/
/* NOTE: The new version of the website (Sep 2024) expects all of the assets  */
/*       files (css, js, etc.) to be in https:/palousemindfulness.com/assets  */
/* But, not all of the languages have been updated (/es, /it, etc.), so until */
/*      they are, the assets directory will need to be copied, e.g.:          */
/*       (1) COPY /palouseminfulness.com/assets TO /es, /it, etc.)            */
/*       (2) THEN *** TEST ***                                                */
/******************************************************************************/

body {
    background-color: #eee;
	margin:0;
    padding:0;
	border:none;
}

