body {
     background-color: silver;
     font-family: georgia;
     font-size: 12pt;
     width: 960px;
     margin-right:auto;
     margin-left:auto;
    
}
table {
      width: 960px;
      table-layout: fixed;
}
td.right {
      text-align: right;
}
.header {
      background-color: lightblue;
      font-size: 1.2em;
      text-align:center;
      height: 60px;
      background-image:url('../../images/logo.png');
      background-position: 10px 0px;
      background-repeat: no-repeat;
      padding-right: 10px;
}