/*===========================================================================
	Typography (Home)
	
	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#supporting-content h5 {
	font-family: "Times New Roman", serif;
	font-size: 1.167em; /* 14px relative to 12px */
	font-weight: normal;
}

div#supporting-content ul#recent-news-items li {
	font-family: "Times New Roman", serif;
	font-size: .833em; /* 10px relative to 12px */
	line-height: 1.2em; /* 12px relative to 10px */
}

div#supporting-content ul#recent-news-items li a:visited,
div#supporting-content ul#pagination li a:visited {
	font-style: normal;
}
