/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   */

   /* HTML5 display-role reset for older browsers */
   article, aside, details, figcaption, figure, 
   footer, header, hgroup, menu, nav, section {
    display: block;
  }
  body {
    line-height: 1;
  }
  ol, ul {
    list-style: none;
  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

/*=========================================
    Main Styles
    =========================================*/
    body {
      background-image: url("http://www.geocities.ws/snhu2019project/bk3.jpg");
       background-size: cover;
      font-family:arial;

    }
    .container {
      width: 989px;
      margin: 0 auto;
    }
   #penmen{
     -ms-transform: rotate(-17deg); 
    -webkit-transform: rotate(-17deg); 
    transform: rotate(-17deg);
    }
    #snhulogo{
    box-shadow: 10px 10px 5px #888888;
  }

    .footer {
      text-align: center;
    }
   
    }

    .inline-box{
      display: inline-block;
      border: 3px solid #CC00FF;
      width: 100px;
      height: 15px;
      
    }
input[type='checkbox'] {
    -webkit-appearance:none;
    width:30px;
    height:30px;
    background:white;
    border-radius:5px;
    border:5px solid #555;
}
input[type='checkbox']:checked {
    background: #abd;
}
<style type="text/css" media="screen">

table{
border-collapse:collapse;
border:5px solid #FF00FF;
}

table td{
border:5px solid #000000;
}
</style>

    }
