@import url(styles/000.css);

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

.container.message.me {
	background: rgba(204,102,0,.5);
}
.container.message.me .text a {
	color: #cc9900;
}

.container.message.you {
	background: rgba(102,204,0,.5);
}
.container.message.you .text a {
	color: #99cc00;
}

.container.context {
	background: rgba(153,153,153,.5);
}
.container.context .text a {
	color: #b2b24d;
}

.container.status {
	background: rgba(153,153,0,.5);
}
.container.status .text a {
	color: #b2b200;
}

