a:focus {
	outline:none;
}
a:active {
	outline:none;
}
a {
	text-decoration:none;
	font-family: Helvetica Neue, Arial;
  color:white;
}
p{
	font-family: Helvetica Neue, Arial;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
  margin-bottom:20px;

}
h1, h2, h3, h4, h5, h6{
	font-family: Helvetica Neue, Arial;
	font-weight: bold;
  margin-top:0.3em;
  margin-bottom:0.6em;
  text-shadow:0 0 1px white;
}
h1 {
  font-size: 29px;
  color: #83CEFF;
}

h2 {
  font-size: 28px;
  color:#83CEFF;
}

h3 {
  font-size: 21px;
  color: #83CEFF;
}

h4 {
  font-size: 19px;
  color: #83CEFF;
  font-weight: bold;
}

h5 {
  font-size: 17px;
  color: #83CEFF;
}

h6 {
  font-size: 14px;
  color: #83CEFF;
  padding-bottom: 2px;
}

.content a {
  color:white;
  text-decoration:underline;
}


.content blockquote {
  display:block;
  margin-top:1.5em;
 /*margin-left:3em;*/
}

.content blockquote p {
  margin-bottom:0.5em;
}

.content blockquote strong em {
  font-size:1.1em;
}

.content ul {
   margin:1em 0 1em 3em;
   list-style-type: disc; 
   list-style-position: inside; 
}

.content ol {
   margin:1em 0 1em 3em;
  list-style-type: decimal;
  list-style-position: inside;
}

.content li {
  display:list-item;
}
