@CHARSET "UTF-8";
.warning{
	color: orange;
}
.error{
	color: red;
}
.passed{
	color: green;
}

span, ul, li{
	color: black;
}
