@charset "utf-8";
/* this is a custom CSS stylesheet */

@media print {
  a[href]:after {
    content: none !important;
  }
}

body {
	margin: 0;
	padding 0 !important;
	min-width: 768px;
}

.container {
	width: auto;
	min-width: 750px;
}

body {
	font-size: 10px;
}

h1 {
    display: block;
    font-size: 4em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.lead {
	margin-top:0em;
	}	

.noprint { display:none;}
P.noprint { display: none;}

ASIDE {display:none;}
NAV {display:none;}
FOOTER {display:none;}
SECTION {display:none;}

