body {
	background-color: #eee;
}

.heading {
	text-align: center;
	background-color: #6E5398;
	font-size: 20px;
	font-family: "Lucinda Sans Unicode";
	color: white;
}
.welcome {
	text-align: center;
	font-size: 20px;
	font-family: "Lucinda Sans Unicode";
	border-bottom: 1px solid #6E5398;
	text-shadow:1px 2px 1px #0D2824;
	background-color: white;
}
.para {
	text-indent: 3em;
	text-align: justify;
}
.quick {
	border-right: 1px solid blue;
}
.people {
	font-family: "Lucinda Sans Unicode";
	text-align: justify;
	font-size: 15px;
}

hr{
	border-bottom: 1px solid #0D2824;
	padding: 0;
	margin: 0;
}
.sp {
	text-align: center;
	font-weight: bold;
}
  /*the footer section*/
.footer {
  position: relative;
  background-color: #333333;
  text-align: center;
  color: #FFFFFF;
}
.footer a:link {
  color: #FFFFFF;
}
.footer a:visited {
  color: #FFFFFF;
}
.footer a:hover{
  color: #B20047;
  background-color:#eee;
  text-decoration: none;
}
.footer a:active{
  color: #71c34c;
}
 .abhi {
    position: absolute;
    right: 10px;
    font-weight: normal;
    font-family: "Lucinda Sans Unicode";
  }