.normal:before {
	content : 'before';
	color : red;
}
.normal:after {
	content : 'after';
	color : blue;
}