/*===========================================================================
	Typography (Session)
	
	This stylesheet defines the text and font styles for the following:
	* Type faces, sizes, leading (line-height), and kerning (letter-spacing).
	* Font styles such as italics, bold, case transformations, etc.
	* Underlining, including borders on inline elements simulating underlines.
===========================================================================*/

div#content button {
	font-size: 1em;
}

div#content button em {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	text-transform: uppercase;
	font-size: 1em;
}