/* Small devices, max width 480px 
	Copyright code Iko Rein 2013, rights@ikorein.com - All rights reserved. 
	*/
* {
	/* border: 1px solid #000; */
	margin: 0; 
	padding: 0; 
}
html {
	height: 100%;
	padding-top: 2px;
}
body {
	margin: 1px 2px 1px 2px; 
	margin-bottom: 40rem;
	border: 1px solid #a3a3a3;
	/* background: url('/images/test/bg_max_w_480.png'); */
}

header {
	/* text-align: left; */
	margin-left: 2em;
	padding-bottom: 0px;
	margin-bottom: 0px;
	/* If using the tr image, comment this out */
}
header h1 {	
}

article {
border-top: 1px solid #a3a3a3;
border-bottom: 1px solid #a3a3a3;
}
article p {	
	font-size: 1.4em;
} 


