  strong {
    font-size: larger
  }
  p {
    font-size:14px;
  }
  
  h4 {
    margin-bottom: 20px;
    color: #336699;
  }
ol{
	counter-reset: li; /* Initiate a counter */
	list-style: none; /* Remove default numbering */
	*list-style: decimal; /* Keep using default numbering for IE6/7 */
	font-size: 15px;
	padding: 0;
	margin-bottom: 4em;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

ol ol{
	margin: 0 0 0 2em; /* Add some left margin for inner lists */
}
.rounded-list a{
	position: relative;
	display: block;
	padding: .4em .4em .4em 2em;
	*padding: .4em;
	margin: .5em 0;
	background: #ddd;
	color: #444;
	text-decoration: none;
	border-radius: .3em;
	transition: all .3s ease-out;
    left: 50px;
    width:80%
}

.rounded-list a:hover:before{
    transform: rotate(360deg);	
}

.rounded-list a:before{
	content: counter(li);
	counter-increment: li;
	position: absolute;	
	left: -1.3em;
	top: 50%;
	margin-top: -1.3em;
	background: #87ceeb;
	height: 2em;
	width: 2em;
	line-height: 2em;
	border: .3em solid #fff;
	text-align: center;
	font-weight: bold;
	border-radius: 2em;
	transition: all .3s ease-out;
}
#loading {
  display:none;background-color:#e6e6e6;border:solid 2px #336699;
  border-radius: 25px;
  font-size: 14px;
  padding:10px;
}
.subHead {
  width:100%;background-color:#336699;color:white;font-size:16px;height:35px;margin-bottom:20px;padding-top:15px;padding-left: 5px
}
blockquote {
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 40px;
-webkit-margin-end: 40px;
font-size:14px;
}
button {
	font-size:16px;padding-left:8px ;padding-right:8px
}
.blink {
	display: inline;
	font-weight: bold;
	font-size:14px;
}