a:link {
  color : #755139;
  text-decoration: none;
}
a:visited {
  color : #755139;
  text-decoration: none;
}
a:hover {
  color : MediumSlateBlue;
  text-decoration: underline;
}
a:active {
  color : DodgerBlue;
  text-decoration: none;
}
.each-page-body {
  color: #755139;
  background-color: #F2EDD7;
}

.tui-datepicker {
  border: 1px solid #aaa;
  background-color: white;
  position: absolute;
  z-index: 100;
}

.tui-grid-layer-state {
  background-color: #F2EDD7;
}
.tui-grid-layer-state p {
  color: #755139;
}
.tui-datetime-input {
  width: 90px;
  height: 24px;
}
.tui-grid-body-area {
  color: #755139;
  background-color: #F2EDD7;
}

