/* Style Sheet: Print */

* {
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
}
div#blog-archive {
	display: none;
}
div#copyright h2 {
	display: none;
}
div#header p {
	display: none;
}
div#navigation {
	display: none;
}
div#options {
	display: none;
}
div#sitemap {
	display: none;
}

/* structure */
body {
	margin: 0.25in 0;
	padding: 0;
}

/* text */
h1 {
	font-weight: normal;
	text-align: right;
}
h3 {
	font-size: 17pt;
}
h4 {
	margin-bottom: 0;
}
p {
	font-size: 11pt;
	margin-top: 0;
}
p.date {
	font-style: italic;
	text-align: right;
}

/* list */
li {
	font-size: 11pt;
}

/* hypertext */
a {
	border-bottom: 1px dotted rgb(153,153,153);
	text-decoration: none;
}

/* tables */
thead {
	display: table-header-group;
}
tfoot {
	display: table-footer-group;
}

/* image */
img {
	border: 1px solid rgb(0,0,0);
}

/* Style Sheet/CSS 2.1. (c) 2005. All rights reserved. */