html {
  height: 100%;
  margin-bottom: 1px;
}     

h1 {     
	color: #000; 
	font-size: 170%;
}                      

h2 { 
	color: #000; 
	font-size: 140%;
}

body {
	margin: 10px 10px;
	padding: 0;
	color: #333;
	line-height: 135%;  
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
}

ol.terms li {
	margin-bottom: 15px;
}  

.dontshow {display:block;}