/*
	Home Page
	---------
	
	low.css
	
	Styles for old browsers.
	
	Notes:
	- This style sheet should only adjust fonts, colors, and borders.
	  There may be a few exceptions to the rule.
	- This style sheet is also the base stylesheet for the Web site
	  so it is shared for both print and screen.
*/
#ahem {
	color: #bf4040;
	border: 1px solid  #bf4040;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	padding: 1em;
	margin-top: 1em;
}
