html,body
	{
	margin: 0;
	padding: 0;
	
	}
.top
	{
	background-color:#09C;
	height: 60px;
	width: 100%;
	border-bottom: 3px solid  #CCC;
	
	}
.heading h3
	{
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 24px; 
	}
.policy-content p
	{
	font-size: 15px;
	color:#292929;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
	padding: 10px 0 5px 0;
	letter-spacing:0.02em;
	}
.policy-content h5
	{
	font-size: 15px;
	color:#292929;
	font-weight:700;
	font-family: 'Open Sans', sans-serif;
	padding: 10px 0 10px 0;
	letter-spacing:0.02em;
	line-height: 30px;
	}
.list-item li
	{
	font-size: 15px;
	color:#292929;
	font-family: 'Open Sans', sans-serif;
	padding: 5px 0 5px 0;
	letter-spacing:0.02em;
	}
.foot
	{
	background-color: #666;
	height: 60px;
	width: 100%;
	margin-top: 40px
	}