#chatWindow{
  height:100px;
  width:550px;
  border:1px solid #ccc;
  font:16px/26px Georgia, Garamond, Serif;
  overflow:scroll;
  color: green;

}

.chat{
  display:none;
}
.user{
  color:red;
}

.textEntered{
  color: blue;
}
