* {
	background-color: #fff;
	background-image: none;
	color: #000;
}

body {
	font-size: 10pt;
	line-height: 1.4;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

/* hide these elements for printing */

#navigation, .skip, #sidebar, #minor-navigation, #badge-link {
	display: none;
}


/* basic styling */

h1, h2, h3, h4, h5 {
	margin: 1em 0 0 0;
}

h1 {
	font-size: 14pt;
}

h2 {
	font-size: 12pt;
}

h3, h4 {
	font-size: 10pt;
}

p {
	margin: 0 0 1em 0;
	line-height: 1.4;
}

#print-logo {
	position: absolute;
	top: 0;
	right: 0;
}


a {
	text-decoration: none;
}
	
#footer {
	border-top: solid 1px #666;
	padding-top: 1em;
	margin-top: 1em;
}
