@media print { /* body {margin-left: 1in;} */ div {page-break-before:always;}}
body {background-color: white;
      font-family: "Century Gothic", sans-serif;
}

p {font-family: "Century Gothic", sans-serif; background-color: white}
p + p { text-indent: 1.5em; margin-top : 0 }
li {font-family: "Century Gothic", sans-serif; background-color: white}
ul {font-family: "Century Gothic", sans-serif; background-color: white}
ol {font-family: "Century Gothic", sans-serif; background-color: white}
h2 {font-family: "Century Gothic", sans-serif; background-color: white}
h3 {font-family: "Century Gothic", sans-serif; background-color: white}
h4 {font-family: "Century Gothic", sans-serif; background-color: white; font-weight: bold;}
a:link {font-family: "Century Gothic", sans-serif; background-color: white}
td {font-family: "Century Gothic", sans-serif; background-color: white}
@page figures {size:landscape}
img.figures {page:figures}
@page {size:portrait;
        margin-right: 1in;
        margin-left: 3in;
        margin-top: 1.25in;
        margin-bottom: 1.25in;
        }

