msgareastyle{
 color: cyan;
}

/* Rounded border */
hr.rounded {
  border-top: 8px solid #bbb;
  border-radius: 5px;
}

.divScroll {
    max-height : 400px;
    width: 800px;
    overflow: auto;
}