h2 {
	font: bold; 
}	

P.intro {
font-style: italic;
font-weight: bolder;
color: Maroon;
}

P.intro EM {
font-weight: bold;
color: black;
font-style:normal;
}

body {
background-color:white;
}

