html {
  background-color: lightyellow;
}
body {
  font-family: Arial,Helvetica,sans-serif;
}
/*
table, th, td {
  border: 1px solid black;
}
*/
.t1 {
  width: 100%;
}
.tr1 {
  width: 100%;
}
.td1 {
  text-align: center;
}
.wsite-title {
  font-size: 32px;
  text-align: center;
}
.wsite-menu-item-wrap {
  display: inline;
  padding: 40px;
}
.footer {
/*    position: absolute;*/
  width: 100%;
  bottom: 0px;
}
img {
  padding: 0;
  display: block;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
}
.p1 {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.t2 {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
