#anomaly {
	color: white;
}

.asurname {
	font-size: 16px;
}

.atype {
	font-size: 16px;
}

.aid {
	font-size: 24px;
}

.arisk {
	font-size: 24px;
}

.astatus {
	font-size: 24px;
}

.acontent {
	font-size: 24px;
}

.acaption {
	color: grey;
	font-size: 13px;
}

.safe {
	color : lime;
	font-size: 24px;
}

.dormant {
	color: orange;
	font-size: 24px;
}

.dangerous {
	color: red;
	font-size: 24px;
}

.nullified {
	color: cyan;
	font-size: 24px;
}

.active {
	color: magenta;
	font-size: 24px;
}

.unknown {
	color: gray;
	font-size: 24px;
}

.neutral {
	color: yellow;
	font-size: 24px;
}	