/* membappl.css
   Style sheet for printing membership application
   Last Modified: 11/21/2002
   by Eric Peterson
*/

body, p, td, th, li {
    color: black;
    background: white;
    font-size: 10pt;
    font-weight: normal;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif}

body {
    margin: .5in}

th, strong {
    font-weight: bold}

cite, em {
    font-style: italic}

h1, h2, h3, h4, h5, h6 {
    text-align: center;
    font-weight: bold}

h1 {
    font-size: 22pt}

h2 {
    font-size: 18pt}

h3 {
    font-size: 16pt}

h4 {
    font-size: 14pt}

h5 {
    font-size: 12pt}

h6 {
    font-size: 10pt}
