body {
      font-family: "Times New Roman", "Times Roman", serif;
      color: green;
      background: pink;
      margin-top: 1.5in;
      margin-left: .5in;
      margin-right: .5in
     }
p    {
      text-indent: .5in;
      margin-top: .25in;
      color: blue
     }
table
     {
      background: white;
      border: solid thick;
      border-color: brown;
     }
td   {
      color: orange;
     }
h1, h2, h3
     {
      font-family: Helvetica, Arial, sans-serif;
      color: red;
     }

