<?  header("Content-Type: text/css"); ?>
body {
	font-family:Georgia, 'Times New Roman', Times, serif;
	background-color:white;
}
#header
{
	font-size:16pt;
	font-weight:bold;
	color:#666;
	border-bottom:1px solid #666;
	text-align:right;
	padding:.4em;
}
#designElement1 {
	display:none;
}
#content
{
	margin-left:10%;
}
#content h1
{
	font-size:30pt;
	font-weight:normal;
}
#content p
{
	font-size:13pt;
	line-height:130%;
}
#content a {
	color:black;
	text-decoration:underline;
}
#content a:visited {
	color:#933;
}
#content a:hover {
	color:#f60;
}
#content .iBookExplanation {
	display:none;
}
#content .attribution
{
	font-size:11pt;
}
#content p.copyright {
	text-align:center;
	font-size:9pt;
	color:#333;
}
#content p.copyright a {
	color:#333;
}
ul#menu,
#content #toTop,
#content #backTo,
#editPage
{
	display:none;
}