body {
  background: #F5A9AC;
  font-size: 15px;
  margin: 0;
  font-family: verdana;
  color: #3D3D3D;
}
#reel {
  max-width: 900px;
  margin: auto;
}
#header {
  max-width: 100%;
  height: 50px;
  background: #F9B7DB;
  overflow: auto;
  background-image: url("/home/img/pquilt.gif");
  background-repeat: repeat;
}
#main {
  max-width: 100%;
  overflow: auto;
  padding: 10px;
  background: #fff;
}
#footer {
  max-width: 100%;
  height: 50px;
  background: #F9B7DB;
  background-image: url("/home/img/pquilt.gif");
  background-repeat: repeat;
}
hr {
  border: 2px dashed #FFD4E3;
}
ul.t {
  list-style: none;
}
ul.t li::before {
  content: "\25AA";
  color: #FFD4E3;
  display: inline-block; 
  width: 16px;
  margin-left: -16px
}