H1 {
	font-size: larger;
	color: black;

	background-color: silver;
	}

A {
	color: blue
	background: white;
	}
P {
	font-family: "Courier New,Courier";
	}	

B.question {
	font-size: 150%;
	font-family: "Courier New,Courier";
	background: red;

	}
B.answer { 
	font-size: 150%;
	font-family: "Courier New,Courier";
	background: green; 
	}

