* {
	margin:0 auto;
}

@page{
	size: portrait;
	margin-top: 0;
	margin-bottom: 0;
}

body {
	background-color:rgba(246,255,201,1.00);
}

.wrapper {
	display:block;
	padding:0 15px 0 45px ;
	background-color:rgba(255,255,255,1.00);

}

.papersheet {
	display:block;
	margin-top:1%;
	margin-bottom:1%;
	position:relative;
	
	min-height:1000px;
	max-width:873px;
	box-sizing:border-box;

	font-size:1em;
	text-align:justify;
}

.logo img {
	width:100%;
	margin-top:-30px;
	}
	
.papersheet h1 {
	text-align:center;
	font-size:1em;
	font-weight:bold;
}

.papersheet div > p {
	text-indent: 40px;
	line-height: 120%;
}

.papersheet footer {
	font-weight:bold;
	margin-top:20px;
}

/* temp */

em {
	color:green;
}