body{
	background-color : #EFEFEF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 76%;
	width : 600px;
}
h1 {
	font-size : 1.1em;
	font-weight : bold;
}
p {
	font-size : 1em;
	padding-left : 1em;
}
pre {
	font-family : courier, monospace;
	font-size : 0.9em;
	background-color: #DDD;
	border : thin dotted #555;
	padding : 0.6em 0 0.6em 2em;	
	width : 40em;
}
.quote {
	font-size: 0.8em;
	font-style: italic;
	color: #aaa;
}
li {
	list-style-type: none;
}
