.emphasize
{
	font-weight: bold;
	color: blue;
}

.passed
{
	font-weight: bold;
	color: green;
}

.failed
{
	font-weight: bold;
	color: red;
}