body {
	background-color: white;
	color: black;
	font: normal 12px Georgia, "Times New Roman", serif;
}

#copyright {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: smaller;
	font-style: italic;
	color: #a0a0a0;
}

a {
	font-weight: bold;
	color: #4d79db;
	text-decoration: none;
}

a:hover {
	color: #2a54f7;
}

/* compat: make IE scale images sanely. */
img { -ms-interpolation-mode:bicubic; }

/* nav links common to all child pages. */
#accessibleNavLinks {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 1em;
}

#accessibleNavLinks li {
	display: inline;
	font-size: smaller;
	padding-left: 32px;
	padding-right: 32px;
}

#accessibleNavLinks a {
	color: #939393;
	text-decoration: underline;
	font-weight: normal;
}

#accessibleNavLinks a:hover {
	color: #636363;
}

