/* p r i n t   s t y l e s */

body {
margin: .6in;
font-family: "Trebuchet MS", arial, sans-serif;
font-size: 12pt;
}

#nav, #theme, .navigation, #sidebar, hr {
display: none;
}

h1, h2, h3 {
font-family: "lucida sans", "trebuchet ms", arial, sans-serif;
}

h4 {
font-family: "Times New Roman", Times, serif;
}

table {
border: 1px solid grey;
a:link, a:visited {
color: grey;
text-decoration: none;
}	

/* print URLs after link text */
#content .entry p a:link:after, #content .entry p a:visited:after {
content: " (" attr(href) ") ";
}