@font-face {
  font-family: Blueprint;
  src: URL(../font/Blueprint.ttf) ;
}

body{
	text-align:center;
	background-color: #0A3D62;
	color: white;
	font-family: Arial;
}

#intro h1{
	font-family: Blueprint;
	color: #F2B33D;
}

hr{
	clear: both;
	color: #F2B33D;
/* 	height: 1px;
/* 	border-width:20px;
	background-color: #F2B33D; */ 
}

#services ul li{
	text-align:left;
	padding-bottom:5px;
	
}
#contact{
	clear:both;
}	

#contact table{
	margin:0 auto;
	float:centre;
}