/* CSS Document */

body {
background: #FFFFFF;
font-size: 11pt; /* points make sense because this is a PRINT stylesheet */
}

#column, #header, #nav {
display: none;
}

#container, #content {
width: auto;
border: 0;
margin: 0 5%;
padding: 0;
float: none;
color: #000000;
}

a:link, a:visited { /*ensures that links, when printed out, show up as having been links */
color: #666666;
background: transparent;
font-weight: bold;
text-decoration: underline;
}

#content a:link:after, #content a:visited:after { /* adds full URL to links in content div, acknowls to Eric Meyer @ A List Apart */
content: " (" attr(href) ") ";
   font-size: 90%;
}

.subhead {
font-weight: bold;
}

.caption {
font-style: italic;
}


