.code  {
	  font-family: 'Courier New', monospace;
	}
	.example {
	  font-family: 'Arial';
	  
	}
	.bg-danger a:link{
		background:yellow;
		  color: black;
		  text-decoration: underline;
	}
	.darken-bg .example {
	  color: blueviolet;
	  background: white;
	}
	.grey-bg .example {
	  color: blueviolet;
	}
	.payAttention {
	  background:yellow;
	  color: black;
	  border: 3px solid #f00;
	}
	
	