HIRAGAR

이탤릭으로 표시되는 em요소의 스타일을 변경하려면

	<style>
	em {
	  font-weight: bold;
	  font-style: normal;
	}
	</style>