/* Hide all items not needed for Print */

#mbox, #foot ul, #social{
display: none;
}

/* Style links for print */

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

/* Size items for print */
body{
font-size: 11pt;
color: black;
}

h1{
font-size: 16pt;
}

h2{
font-size: 14pt;
}

h3{
font-siZe: 12pt;
}

.hider {/* hide script button */
display: none;
}

.show { /* blocks hidden by hide script */
display: block !important;
}

.hr{ /* use on empty div for cross browser horiz. rule */
width:90%;
border-bottom: 1px black solid;
height: 1px;
margin: 3px auto;
}
