/* style.css */
.active{
	color: green;
}

.inactive{
	color: red;
}
