/* CSS used to generate text in rounded rectangles */

.roundrect {
  background: url(rctl.gif) top left no-repeat #ccccff;
}

.roundtr {
  background: url(rctr.gif) top right no-repeat;
}

.roundbr {
  background: url(rcbr.gif) bottom right no-repeat;
}

.roundbl {
  background: url(rcbl.gif) bottom left no-repeat;
}

.insiderect {
  padding: 14px;

}

.insiderect2 {
  padding: 14px;
 height: 720px;

}
.insiderect3 {
  background-color: #ccccff;

}