<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*  ----------------------------------------------------------------------------
    * Filename:         print.css
    * Description:      -
    * Version:          1.0 (2010-10-14)
    ------------------------------------------------------------------------- */

/*  ----------------------------------------------------------------------------
    1. Layouts
----------------------------------------------------------------------------- */

/*  home (B1)
----------------------------------------------------------------------------- */
.home                   { background: #FFFFFF; color: #000000; }
.home #main             { margin: 1em; padding: 1em; border: 1px solid #000000; }

/*  ----------------------------------------------------------------------------
    2. Content elements
----------------------------------------------------------------------------- */

a:link,
a:visited               { color: #CC0000; text-decoration: underline; }
p                       { margin: 10px 0 0 0; }
h1                      { margin: 0 0 10px 0; padding: 0 0 10px 0; border-bottom: 2px solid #000000; }
ul                      { margin: 0 0 10px 0; }
li                      { list-style-position: inside; list-style-type: disc; }
table                   { page-break-inside: avoid; }
table td,
table th                { border: 1px solid #000000; }

/*  ----------------------------------------------------------------------------
    3. Generic elements
----------------------------------------------------------------------------- */

/*  Separators
----------------------------------------------------------------------------- */
.s1                     { height: 1px; margin: 10px 0; border-top: 1px dashed #000000; }

/*  Thumbnails
----------------------------------------------------------------------------- */
.thumb                  { margin: 5px; border: 1px solid #000000; }

/*  Typography
----------------------------------------------------------------------------- */
.highlight              { font-weight: bold; }
</pre></body></html>