    body {
      background-image:url(images/old_paper3.jpg);
      background-position:top center;
      background-repeat:repeat-y;
      margin-top:50px;
      background-color: #330000
    }
    h1 {
      display:none;
    }
    p, td{
      font-style:italic;
      font-family:Times;
      font-size:14pt;
      font-weight:bold;
    }
    a {
      text-decoration: none;
      color:#990000;
    }
    a:hover{
      text-decoration: underline;
    }
    h2 {
      font-style:italic;
      font-family:Times;
      font-size:16pt;
      font-weight:bold;
    }
    .small{
      font-size:12pt;
    }
    
