 /*** color-background-properties.css ***/
body {
  background: #ffffcc;
  border-color: #ffffcc;
  color: #000000;
}
