body {
  margin: 0px;
  padding: 0px;
  background: #c3d7c0;
  font-size: 16px;
  //background:url("20221212topimg.jpg")top center no-repeat;
  background-color:#eef0f1;
}

div, p, ul, ol, li, dl, dt, dd, form, h1, h2, h3, h4, h5, h6, form {
  margin: 0px;
  padding: 0px;
}

img {
  border: 0px;
}

a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: underline;
  color: #FF6600;
}

a:active {
  text-decoration: none;
  color: #000;
}

ul, ol, li, dl, dt, dd {
  list-style: none;
}

li {
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  word-break: normal !important;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 12px;
  font-weight: normal
}

.Holiday-Foot {
    height: 200px;
    width: 100%;
    text-align: center;
    color: #333;
    font-size: 14px;
    line-height: 24px;
}