p {
	text-align: center;
}
.current {
	color: green;
}

.obsolete {
	color: orangered;
}

.error {
	color: red;
}