/*remove unneeded page elements*/
.sidebar,.header, .indentmenu, .buttons,.pagebottom {
display: none;
}

/* remove backgrounds */

body {
	background: #FFF;
}

.maintext {
	border: none;
	margin-left: 20px;
	padding: 0;
	width: 100%;
}

.maintext a {
	color: black;
	font-weight: bold;
	text-decoration: underline;
}

h1 {
	font-size: 18pt !important;
}

h2 {
	font-size: 14pt !important;
	font-weight: bold !important;
}

p {
	font-size: 10pt !important;
}

/*print only logo */
#logo {
	display: block;
}

/* print urls */
a:after {
   content: " (" attr(href) ") ";
}
