p, h1, h2, h3, h4, h5, a, small {
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

small {
	font-size: 9pt;
}

p {
	font-size: 12pt;
}

h1 {
	font-size: 20pt;
}

h2 {
	font-size: 16pt;
}

h3 {
	font-size: 14pt;
}

a {
	text-decoration: none;
	font-weight: bold;
}

#sidebar {
	display: none;
}

#core {
	position: relative;
	padding: 20px;
}

.screen, .postmetadata {
	display: none;
}

.print, .pmdprint {
	display: block;
}

.pmdprint {
	padding-bottom: 20px;
}

.ccprint {
	text-align: center;
	padding: 20px;
	background: #ddd;
	border: 1px solid #ddd;
}