@media print {
header, footer, .ctrl-panel, .left-margin, .dropdown-menu, .caret, .global-nav, img {
	display:none;
}

body, table td {
	font-size:10pt;
}

table td, table th {
	text-align:left;
	vertical-align:text-top;
	}

.content {
	width:100%;
}

a {
color: #000;
text-decoration:none;
font-weight:bold;
}

h1 {
font-size: 24pt;
}

h2 {
font-size: 14pt;
margin-top: 25px;
}

aside h2 {
font-size: 18pt;
}
}
