/* -----------------------------------------------------------------------


 Blueprint CSS Framework 1.0
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* print.css */
body {
    font-family: Verdana, "Helvetica Neue", Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Verdana, "Helvetica Neue", Arial, Helvetica, sans-serif;
}
a:link:after, a:visited:after {
    display: none;
    content: none;
}
#header a {
    text-decoration: none;
}
#sidebar {
    display: none;
}