/* From http://www.informationarchitects.jp/100E2R/ and others... */
body
{
	font: 100%/1.45 sans-serif;
	width: 80%;
	max-width: 40em;
	margin: auto;
}

.fauxapplelabel
{
	color: gray;
	text-align: center;
}

/* Removed blue border around image links in Geko-based browsers.
   Ref: http://htmlhelp.com/faq/html/images.html#no-border */

a img { border: none; }

abbr { border-bottom: thin dotted; cursor: help; }

.navigation
{
	text-align: center;
		min-width: 27em;

	/*background-color: #F0F0F0;*/
}

.navigation UL
{
	padding: 0.3em 0 0.3em 0;
	border-color: gray;
	border-width: 0 0 2px 0;
	border-style: solid;
}

.navigation LI
{
	list-style: none;
	display: inline;
	padding: 0 0.5em 0 0.5em;
}
