p 	{
		color: black;
		background-color: white;
}

strong {
			 background-color: white; 
			 color: red;
}

p strong {
			 background-color: gray; 
			 color: yellow;
}

