@import url(../styles/fff.css);

body {
	background: url(../images/flower.png);
}

.container.message.you {
	background: rgba(255,255,153,.5);
}
.container.message.you .text a {
	color: rgba(128, 115, 77, 1);
}

.container.message.me {
	background: rgba(255,153,153,.5);
}
.container.message.me .text a {
	color: rgba(128, 88, 77, 1);
}

.container.context {
	background: rgba(255,255,255,.5);
}
.container.context .text a {
	color: rgba(128, 115, 102, 1);
}

.container.status {
	background: rgba(255,204,153,.5);
}
.container.status .text a {
	color: rgba(128, 102, 77, 1);
}
