/*
   Print Styles
   Author: Brittani Vogt
   Date:   2/13/13

   Filename:         cprint.css
   Supporting Files: 

*/

@page {
size:8.5in 11in portrait;
margin: .3 in;

}

header, nav, footer {
    display:none;
}

article h1{
font-size: 18pt;
font-weight: bold;
margin:0in 0in 0.2in 0in; 
}

article h2	{
font-size: 16pt;
font-weight: bold;
margin: 0.2in 0in 0.2in 0in;
}

article p	{
font-size: 14pt;
margin: 0.1 in;
}

article ul	{
font-size: 12pt;
list-style: bullet;
margin-left: 0.3in;
page-break-after: avoid;
}

article ol	{
font-size: 12pt;
list-style: decimal;
margin-left: 0.3in;
page-break-after: avoid;
}


