
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 80%;
}
#page{
	max-width:600px;
	margin:0 auto;
}
h1{
	font-size:1.7em;
}

h2{
	font-size:1.3em;
	border-top:1px solid #000;
	padding-top:10px;
	margin-top:100px;
	
}
h3{
	font-size: 1.1em;
}
p, ul{
	
}
pre{
	padding:10px;
	background:#eee;
	font-size:1.2em;
}
pre em{
	color:#888;
}
a{
	color:#c00;
}
hr{
	border:1px solid #fff;
	border-top:1px solid #000;
	margin: 20px 0;
}
.the-end{height:400px;}
.spacer{position:relative;margin:0;padding:0;clear:both;width:auto;font-size:1px;line-height:1px;height:1px;}

span{color:#3300FF}

	

