body {
	color: black;
	background-color: white;
}

strong{
	color: blue;
	background-color: white;
}

strong.tarkea {
	color: red;
	background-color: white;
	border: thin solid red;
}


