p {
background: white;
 font-family : Calibri, "Times New Roman", Times, serif;
 font-size : 16px;
 font-style : normal;
 color : black;
text-align : justify;
}



h1 {
background: white;
 font-family : Cambria, Georgia, Times, serif;
 font-size : 30px;
 font-style : normal;
 color : blue;
text-align : justify;
position:relative;
}
h2 {
background: white;
 font-family : Georgia, "Times New Roman", Times, serif;
 font-size : 20px;
 font-style : normal;
 color : purple;
text-align : justify;
position:relative;
}


h3 {
background: white;
 font-family : Georgia, "Times New Roman", Times, serif;
 font-size : 20px;
 font-style : normal;
 color : purple;
text-align : justify;
position:relative;

 }
h4 {
background: white;
 font-family : Georgia, "Times New Roman", Times, serif;
 font-size : 15px;
 font-style : normal;
 color : purple;
text-align : justify;
position:relative;
}

h5 {
background: salmon;
 font-family : Georgia, "Times New Roman", Times, serif;
 font-size : 20px;
 font-style : normal;
 color : white;
text-align : justify;
position:relative;
left:150;
width:660; 
padding: 2%;
margin-top: 0%;
margin-bottom: 0%;

 }
 
h6 {
background: lightsalmon;
 font-family : Calibri, "Times New Roman", Times, serif;
 font-size : 16px;
 font-style : normal;
 color : black;
text-align : justify;
position:relative;
left:150;
width:660; 
padding: 2%;
margin-top: 0%;
margin-bottom: 0%;

 }
 
h7 {
background: salmon;
 font-family : Georgia, "Times New Roman", Times, serif;
 font-size : 20px;
 font-style : normal;
 color : white;
text-align : justify;
position:relative;
left:75;
width:900; 
padding: 2%;
margin-top: 0%;
margin-bottom: 0%;

 }



#pages {
	position: relative;
	left: 0px;
	top: 30px;
	width: 600px;
	height: auto;
	z-index: 1;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	border-radius: 20px;
	box-shadow: 10px 10px 10px rgba(0,0,0,1);
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 40px;
}
body {
	background-color: #8cf;
	background-image: url(bgw2.png);
	background-repeat: repeat;
	background-position: 0% 0%;
	background-attachment: fixed;
	font-family : Georgia, "Times New Roman", Times, 
 }
