/*
   New Perspectives on JavaScript, 2nd Edition
   Tutorial 7
   Tutorial Case
   Filename: print.css

   This file contains styles used in the usconst.htm file to displaying
   only the contents of historic document suitable for printing

*/

h1, h2, h3, h4, h5, h6 {font-family: Arial, Helvetica, sans-serif}

#logo                  {display: none}

#logosub               {display:none}

#toc                   {display:none}
#toc ol                {display: none}
#toc ol li             {display: none}


#doctitle h1           {font-size: 18pt}

#doc h1                {font-size: 14pt}
#doc h2                {font-size: 11pt}
#doc h3                {font-size: 9pt; margin-bottom: 0px; margin-left: 20px}

#doc p                 {font-size: 9pt; margin-left: 20px; text-align: justify;
                        margin-right: 20px}
#doc h3+p              {margin-top: 0px}

#firstp:first-line     {font-variant: small-caps}
#firstp:first-letter   {float: left; font-size: 300%; line-height: 0.8; 
                        margin-right: 2px}
