	/* CSS reset */
body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,th,td { 
    margin:0;
    padding:0;
}


* {
  box-sizing: border-box;
}

@import url("https://fonts.googleapis.com/css2?family=Celtic+Hand:wght@400;700&display=swap"); /* import font */

body {	width: 100%;
  		margin: 0 ; 
  		font-family: Helvetica, sans-serif;  
	}

img, a href, p.buy, p a, figure, header, footer, .noshow {display:none}

#maintext 	{
			width: 100%;
			
			padding: 2em;
			text-align: justify;
			font-size: 1.1em;
			}
h3.subhead	{line-height: 0;
			margin-top: 1.5em;
			margin-bottom: 0;
			}



section {width: 100%; 	
		

		margin: 0.5em;
		padding-bottom: 1em; 		}




 p{ width: 100%; 
		margin: 1em ;
			
		position: relative; top: 1em;
		line-height: 1.5em;

		}


img		{	display: none;
		}




/*************************************************/

#maintext h1, h2, h3, h4
			{
				color: #405040;
				text-align: left;
				padding-left: 0.5em;
				line-height: 1.2em; 
			}

blockquote p 	{width: 60%; 
			padding: 0 1em; 
			margin: 0;
			font-family: Times, serif;
			font-size: 0.95em;
			line-height: 1.2em;
			}
	









