/* Sets document size and margins and styles the header and footer and calls and styles the header (see table.timetable th.section-title) */ @page { size: US-Letter; font-family: "HelveticaNeueLT Std Lt", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Liberation Sans", "Lucida Grande", sans-serif; font-variant: small-caps; font-weight: bold; margin: 1in .8in .8in .8in; /* Calls the header and styles it */ @top { content:string(doctitle); font-size: 250%; margin-top: .4in; } /* Puts a page number in the footer and styles it (commented out in preference of pagination in Acrobat) */ /* @bottom-right { content: counter(page); font-size: 125%; align: right;} */ }