body {
	background: white;
	color: #444444;
	font-family: 'Open-Sans', sans-serif; font-weight: 400;
	font-size: 16px
	}

a, a:visited {
	color: #E60000
	text-decoration: none;
	padding: 2px 0 2px 0;
	}	

#page {
	margin: 0 auto;
	max-width: 900px;
	margin-top: 20px;
	}

ol {
    counter-reset: list;
}

ol > li {
    list-style: none;
    position: relative;
}

ol > li:before {
    content: "[" counter(list) "]";
    counter-increment: list;
    left: -40px;
    padding-right: 10px;
    position: absolute;
    text-align: right;
    width: 40px;
}
	
li {
	margin: 0 0 0 0;
	padding: 0 0 4px 6px;
	}


h1 {
	/* font-family: 'Open Sans', sans-serif; */
	font-weight: 400;
	margin:0;
	padding: 0 0 4px 0;
	font-size: 220%;
	}

h2 {
	/* font-family: 'Open Sans', sans-serif; */
	font-weight: 400;
	margin:0;
	padding: 0 0 4px 0;
	font-size: 150%;
	}

h3 {
	margin: 0px 0px 0 0;
	color: #333333;
	font-family: 'Open Sans', sans-serif; font-weight: 600;
	font-size: 110%;
	}
	
div#footer {
	clear: both;
	margin: 10px 0 6px 0px;
	padding: 0;
	border-top: 1px solid #dddddd;
	text-align: right;
	}
	
 .hidden-box {
     cursor:pointer;
     background-color:#FCFCFF;
     border-right:1px dashed #aaa;
     border-left:1px dashed #aaa;
     border-top:1px solid #cdcdcd;
     border-bottom:1px solid #cdcdcd;               
     padding:6px;
     font-size:90%;
     display:none; /* Hidden from non-javascript users; we bring it back with javascript */
 }
 
 .revealer {
     cursor:pointer;
 }