table.bg1{background-image:url(/images/header1.jpg);
background-size: 100% auto;
background-repeat: no-repeat;
}

table.bg1{background-image:url(/images/header2.jpg);
background-size: 100% auto;
background-repeat: no-repeat;
}

table.bg2{background-image:url(/images/2072-2b.jpg);
background-size: 100% 100%;
background-repeat: no-repeat;
}

table.bg3{background-image:url(/images/2072-4b.jpg);
background-size: cover;
background-repeat: no-repeat;
}

table.bg4{background-image:url(/images/2072-3b.jpg);
background-size: 100% 100%;
background-repeat: repeat;
}

body {
  font-size: calc(10px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));
  line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
  font-family: Georgia
}

td {
  font-size: calc(10px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));
  line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
  font-family: Georgia
}



h1 {
  font-size: calc(20px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));
  line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
  font-family: Georgia
  font-weight: bold
  padding: 0;
  margin: 0
  
}

h2 {
   font-size: calc(30px + (30 - 14) * ((100vw - 300px) / (1600 - 300)));
  line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
  font-family: Georgia
  font-weight: bold
  padding: 0;
  margin: 0
  
}


