body {
	margin: 0px 10px 20px 10px;
	padding: 0px 0px 0px 0px;
	font-family: Times New Roman, Times, Serif;
	background-color: white;
	color: black;
	text-align: center;
}

#reference {
	padding: 3px 3px 3px 10px;
	margin-top: 20px;
	margin-bottom: 2px;
	margin-right: auto;
	margin-left: auto;
	background-color: #336699;
	color: white;
	font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
        font-weight: bold;
	text-align: left;
	/*
	 * This ugly IE5 hack uses one bug to fix another; see
	 * http://www.tantek.com/CSS/Examples/boxmodelhack.html
	 */
	width: 500px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 487px;
}

html>body #reference {
	width: 487px;
}

#book {
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF7D7;
	color: #000000;
	text-align: left;
	/*
	 * This ugly IE5 hack uses one bug to fix another; see
	 * http://www.tantek.com/CSS/Examples/boxmodelhack.html
	 */
	width: 500px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 480px;
}

html>body #book {
	width: 480px;
}

p.first {
	margin: 0px;
        font-family: Times New Roman, Times;
        font-size: 15px;
}

p.text {
        font-family: Times New Roman, Times;
        font-size: 15px;
        text-indent: 1em;
}
