@media screen {
  body { margin: 20px;
    background-image: url(curtain.jpg);
    font-family: Times New Roman,Times;
    font-size: 16pt;
    }
  h1 { font-family: Vivaldi,french script mt,Verdana,Arial;
    font-size: 48pt;
    }
  h2, h3 { border-bottom: 1px solid gray;
    color: black;
    padding-bottom: 1px;
    }
  h2, h3, h4 { font-family: Times New Roman,Times;
    font-weight: bold;
    }
  h2 { font-size: 20pt;
    }
  h3 { font-size: 18pt;
    }
  h4 { font-size: 16pt;
    }
  table { font-family:  Garamond,Windsor,Times New Roman;
       font-size: 16pt;
       font-weight: bold;
    }
}