#logo {
	float: right;
	margin: 0 0 2em 2em;
	width: 4cm;
}

body {
	font-size: 10pt;
}

.noPrint,
.skip,
#menu,
#footer {
	display: none;
}

.image {
	clear: both;
	margin-bottom: 1em;
}

.left {
	float: left;
	margin: 0 1em 1em 0;
}

.right {
	float: right;
	margin: 0 0 1em 1em;
}

.center {
	text-align: center;
}

#content a {
  color: black;
  text-decoration: none;
}

#content a:after {
  content: " (" attr(href) ")";
  font-size: 90%;
   font-style: italic;
}

h1, h2, h3, h4, h5, h6, pre { page-break-after: avoid; } 
