body {
	background-color: white;
	margin-top: 30px; 
	margin-bottom: 30px; 
	margin-right: 8%; 
	margin-left: 8%;
	
}
.banner {
	text-align:center; 	
	background-color: white;
	padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
	border-radius: 10px;

}
.contact {
	text-align:center; 
	width:100%;	
	color: white;

}
.header1 {
	background: #000F48;
	margin-top: -30px; 
	margin-bottom: 0px; 
	margin-right: -10%; 
	margin-left: -10%;
	
}
.footer {
	text-align:center; 
	width:100%;		
	background-color: white;
	padding-top: 1px;
    padding-right: 0px;
    padding-bottom: 1px;
    padding-left: 0px;
	border-radius: 10px;
}
a:link,
a:visited {
	color: white;
	font-size: 18pt;
	font-weight: bold;
	text-decoration: none;
	font-family: Reem Kufi;
}
a:hover {
	color: #D3D3D3;
}
div {
	border-style: none;
	font-family:Malgun Gothic;
}
p {
	color: black;
	font-size: 15px;
	text-align: left;
	font-family: Malgun Gothic;
	line-height: 2.5;
}

ol {
	color: black;
	font-size: 15px;
	text-align: left;
	font-family: Malgun Gothic;
	line-height: 2.5;
}

ul {
	color: black;
	font-size: 15px;
	text-align: left;
	font-family: Malgun Gothic;
	line-height: 2.5;
}

h2 {
	color: #000F48;
	font-family: Reem Kufi;
	font-size: 22px;
	font-weight:bold;
	line-height: 125%;
}
h3 {
	color: #000F48;
	font-family: Reem Kufi;
	font-size: 28px;
	font-weight:bold;
	line-height: 125%;
	text-align:left;
}
