body{
	margin: 0px;
	background: #fcfcff;
}
a{
	text-decoration: none;
}
.dpmnbdy{
	position: relative;
    top: 150px;
    overflow: hidden;
}
.deprthdr {
    position: relative;
    background: #fcfcff;
    background: #3680bf;
    border-radius: 44px;
    padding-bottom: 18px;
    background: linear-gradient(#64b7ff, #0b72cc);
	max-width: 86%;
}
.deprthspn {
    display: block;
    font-family: cursive, arial;
    font-size: 34px;
    font-weight: bolder;
    color: #ee995c;
    color: #fff;
    padding: 6px;
    text-align: left;
    padding-top: 0px;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.43);
    text-shadow: 2px 5px 6px rgba(0, 0, 0, 0.5);
    margin-left: 4%;
}
.deprbdy{
    width: 100%;
    overflow: hidden;
	margin-top: 16px;
}
.imgalcont{
	max-width: 82%;
	overflow: hidden;
}