body {

  color: #333;
  font-size: 14px;
  height: auto;
  padding-bottom: 20px;
}

a {
  color:#663300;
}

a:hover {
  text-decoration: underline;
}

h1 {
 
  font-weight: bold;
  padding: 0px 0px 0px 10px;
  font-size:36px;
  color:#000;
  line-height:35px;
  border-left:#060 solid 12px;
  
  
}



h2 {
  padding-top: 0px;
  margin-bottom: 10px;
  color:#000;
  font-size:24px;
  font-weight:400;
  text-align:left;
  line-height:30px;
}
h3{
	font-weight:400;
	color:#060;
	font-size:16px;
	line-height:20px;
	margin-bottom:5px;
	margin-top:0px;
	
}

p {
  margin-top:0px;
  overflow: hidden;
  padding: 0px;
  text-align: left;
  font-size:14px;
  color:#666;  
}
p.emphasized{
	font-size:16px;
	padding-top:1em;
	color:#000;
	font-weight:bold;
}

.bigNumber{
	font-size:30px;
	color:#fff;
	padding-left:5px;
	padding-right:5px;
	margin-right:10px;
	line-height:45px;
	background-color:#F60;
	
}

.medNumber{
	font-size:20px;
	color:#fff;
	padding-left:5px;
	padding-right:5px;
	margin-right:10px;
	line-height:30px;
	background-color:#F60;
	
}
ol{
	counter-reset: li; /* Initiate a counter */
	list-style: none; /* Remove default numbering */
	*list-style: decimal; /* Keep using default numbering for IE6/7 */
	font: 15px 'trebuchet MS', 'lucida sans';
	padding: 0;
	margin-left:0px;
	margin-bottom: 4em;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
.rounded-list p{
	position: relative;
	display: block;
	padding: .4em .4em .4em 3em;
	*padding: .4em;
	margin: .5em 0;
	color: #444;
	text-decoration: none;
	
}
.rounded-list p:before{
	content: counter(li);
	counter-increment: li;
	position: absolute;	
	left: -.3em;
	top: 50%;
	margin-top: -1.3em;
	background: #F90;
	height: 2em;
	width: 2em;
	line-height: 2em;
	border: .3em solid #fff;
	text-align: center;
	font-weight: bold;
	border-radius: 2em;

}