/* CSS Document */

#enjoy{
   width: auto;
   height: auto;
   margin: 5px;
   padding: 10px;
   line-height: 1.6;
   border: #FFCC33 2px dashed;
}

#enjoy p{
   margin-bottom: 10px;
   line-height: 1.5;
}
#enjoy2{
   width: auto;
   height: auto;
   padding: 10px;
}
#enjoy2 ul li{
  list-style: circle;
  margin-left: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.8;
}