body {
	background-color: #ffffff;
	color: #004C7C;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
	
	
.content	
	{
	margin: 30px;
}


h1 {
  font-size: 28px;
    line-height: 30px;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

h2 {
  font-size: 23px;
    line-height: 30px;
	letter-spacing: 0.7px;
	margin-bottom: 20px;
	color: #0090D4;
}


h3 {
  font-size: 16px;
    line-height: 30px;
	margin-bottom: 20px;
}


p,li {
	color: #000000;
	font-weight: 400;
	line-height: 23px;
	max-width: 640px;
	text-align: left;
}


p,li {
  font-size: 15px;
  line-height: 23px;
}



a {
	color: #004C7C;	border-bottom: 2px solid #0090D4;
	text-decoration: none;
}


a:hover {
	color: #a9a9a9;
	border-bottom: 2px solid #0090D4;
}



    ul{
     list-style-image:url('bullet.png');
    }
	
	