@charset "UTF-8";

* {
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:normal;
	line-height:100%;
}

body {
	background-color:#ffffff;
	color:#666666;
	font-size:80%;
	font-weight:bold;
}

h1 {
	color:#999999;
	font-size:140%;
	font-weight:bold;
	margin-bottom:-0.5em;
	clear:left;
}

h2 {
	color:#cc0000;
	font-size:100%;
	font-weight:bold;
	line-height:150%;
	margin-top:1.7em;
	margin-bottom:-1em;
	padding-top:0.5em;
	border-top:solid 2px #cc0000;
	clear:left;
}

h3 {
	color:#000000;
	font-size:110%;
	font-weight:bold;
	line-height:150%;
	margin-top:1.1em;
	padding-top:1em;
	border-top:dotted 1px #999999;
	clear:left;
}

h4 {
	color:#000000;
	font-size::110%;
	font-weight:bold;
	line-height:120%;
	margin-top:0.5em;
	clear:left;
}

p {
	font-size:100%;
	line-height:140%;
	text-align:normal;
	margin-top:0.5em;
	margin-bottom:0.5em;
	clear:left;
}

dl {
	margin-top:1em;
	margin-bottom:1em;
}

dt {
	width:70px;
	float:left;
	clear:left;
	line-height:140%;
}

dd {
	width:320px;
	margin-bottom:0.6em;
	float:left;
	line-height:140%;
}

#container {
	width:80%;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:20px;
}

.bookimage {
	border: 1px solid #ccc;
	float: left;
	margin-right: 1em;
}