strong {
			 background-color: white; 
			 color: silver;
			 font-weight: bolder;
}

p strong {
			 background-color: white; 
			 color: red;
}


