body {	
	background: white;
	text-align: left;
}

.container {
margin-top:0px;
padding-top:0px;
width: 710px;
}

#header {
background: white;
text-align: left;
}

#header h1 {
font: normal 68px Georgia, 'Times New Roman', Times, serif;
letter-spacing: -1.5px;
text-decoration: none;
font-weight: normal;
margin-bottom: 0px;
color: rgb(72,72,72);
}

#header h2 {
font-weight: normal;
font-size: 14px;
line-height: 1.6em;
font-style: italic;
text-transform: none;
margin-bottom: 18px;
}

h3 {
font-size: 14px;
font-weight: bold;
line-height: 1.5;
color: rgb(62,62,62);
}

h4 {
font-weight: bold;
line-height: 1.5;
border-bottom: 1px solid rgb(72,72,72);
color: rgb(72,72,72);
}

p{
font-size: 14px;
margin-bottom: 18px;
line-height: 1.5;
}

img.chapter{
border: 1px solid black;
}

p.image{
text-align: center;
}

p img{
float:none;
}

pre{
font-family: "Consolas", "Courier New", Courier, mono;
font-size: 0.9em;
padding: 0.4em;
border-top: 1px solid rgb(200,200,200);
border-bottom: 1px solid rgb(200,200,200);
margin-bottom: 1.4em;
white-space: pre-wrap;       /* css-3 */
white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
line-height: 2em;
}

pre.out{
background-color: rgb(255,245,245);
}

pre.in{
background-color: rgb(245,245,255);
}

pre.source{
background-color: rgb(245,255,245);
}