/* This style sheet governs how the printable Mandell-Moore blank guide looks when printed. 
Created November 2, 2012. - Liz */


body { margin: 0; padding: 0; }
body { font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 12px; line-height: 1.5em; }

h2 { clear: both; font-weight: normal; margin: 0 0 15px 0; color: #000000; font-family: 'Yanone Kaffeesatz', sans-serif; }

h2 { font-size: 22px; font-weight: bold; letter-spacing: 1px; line-height: 1.15em; }

h3 { clear: both; font-weight: normal; margin: 0 0 12px 0; color: #000000; font-family: 'Yanone Kaffeesatz', sans-serif; }

h3 { font-size: 18px; font-weight: bold; letter-spacing: 1px; line-height: 1.15em; }

ul { list-style: square; }

/* Tables */

table { margin: 0 0 1.5em; width: 100%; }
th { color: #666; font-size: 9px; font-weight: 500; letter-spacing: 0.1em; line-height: 2.6em; text-transform: uppercase; text-align: left; }
td { border-top: 1px solid #ddd; padding: 3px 3px 3px 0; }

table.noborder td { border: none; }
table.nobordercenter td { border: none; text-align: center; }

