.emoticon {
  display: inline-block;
  position: relative;
  bottom: 2px;
  vertical-align: bottom;
}
body {
  background: #F5A9AC;
  font-size: 15px;
  margin: 0;
  font-family: verdana;
}
#reel {
  max-width: 900px;
  margin: auto;
}
.header {
  max-width: 100%;
  height: 50px;
  overflow: auto;
  background-image: url("/my-room/img/pquilt.gif");
  background-repeat: repeat;
  border-radius: 30px 30px 0px 0px;
  margin-top: 10px;
}
.main {
  max-width: 100%;
  overflow: auto;
  padding: 10px;
  background: #fff;
}
.footer {
  max-width: 100%;
  height: 50px;
  background-image: url("/my-room/img/pquilt.gif");
  background-repeat: repeat;
  border-radius: 0px 0px 30px 30px;
  margin-bottom: 10px;
}
#text {
  max-width: 100%;
  overflow: auto;
  background: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid black;
}
#text p {
  text-indent: 10px;
}
.bar {
  max-width: 100%;
  height: 50px;
  overflow: auto;
  background-image: url("/my-room/img/pquilt.gif");
  background-repeat: repeat;
}
hr {
  border: 2px dashed #FFD4E3;
}
h1, h2, h3, h4 {
  margin: 0;
  padding-left: 20px;
  color: #3D3D3D;
}
h3 {
  color: #5F5F5F;
}
h4 {
  color: #9F9F9F;
}
p {
  padding-left: 20px;
  padding-right:20px;
}