/*
   New Perspectives on HTML and CSS
   Tutorial 8
   Case Problem 1

   dessertWeb Print Styles
   Author: Anthony Caggiano
   Date:  11/7/24 

   Filename:         dwprint.css
   Supporting Files: 

*/

@page {
   size: 8.5in 11in portrait;
   margin: 0.5in;
}
header, section#left, section#right, nav, aside, footer, hgroup h2, .review {
   display: none;
}
h1 {
   font-size: 200%;
   margin-bottom: 0.2in;
}
h2 {
   font-size: 150%;
   margin-top: 0.5in;
}
li {
   line-height: 1.5em;
}
ol li {
   margin-left: 0.5in;
}
.directions {
   page-break-before: always;
}