body {
	margin-right: 10%;
	margin-left: 10%; 
/*	width: 700px;
*/	font-family: optima, gill sans, georgia, lucida grande, serif;
	font-size: 12px;
	/* Use this because IE is **stupid** */
	text-align: center;
}
#page {
	/* This correct the stupid IR hack */
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-family: optima, gill sans, georgia, lucida grande, serif;
}
h1,h2 {
	margin-left: -20px;
}
#trail {
	margin-left: -20px;
}
ol li {padding-top: 10px;}
ol li {padding-top: 10px;}
li p {padding: 0 30px;}
code {
	background: #f2f3f8;
	padding: 1px 1px 0px;
	border: #d6d9e9 1px solid;
	white-space: nowrap;
}
a {
	text-decoration:none;
	color:#33a;
}
a:hover { text-decoration:underline; }

