BODY { background-color: #FFFFFF;
       background-image: url(./images/pmlogo.jpg); 
       background-position: center;
       background-repeat: no-repeat;
       background-attachment: fixed;
     } 

TABLE { width: 80%;
        border-width: medium;
        border-style: double; 
        border-color: "blue";
      }