.left{
  float: left;
}

.right{
  float: right;
}

.clear{
  clear: both;
}

.unread{
	color: #72AFD2;
}

.read {
	color: black;
}