/*---------------------------------------------------------------------------------------
Version: 1.1 Headframe CSS Mobile Layout 
Author: Paul McLaren
Email: pmclaren@gmail.com
website: www.washowlodge.com
---------------------------------------------------------------------------------------*/
/* #Specify blanket rules for all elements */

/* #Body */
body {
	magin: .7in;
	background: white;

}

masthead, #footer{
	display: none;
}

#content img {
	display: none;
}

h1 {
	color: #000;
	font: bold 18px "Times New Roman", Times, serif;
	}
	
h2 {
	color: #000;
	font: bold 18px "Times New Roman", Times, serif;
	}
	
p {
	font: 12pt "Times New Roman", Times, serif;
	color: black;
	
	}

a {
	color: black;
	text-decoration: none;
}

a:after {
	content: "("attr(herf) ")";
	font-style: italic;
	}

.totop {display: none;}

.imageheader {display: none;}
	


