p {
    font: 15px arial, sans-serif;
}

li {
    font: 15px arial, sans-serif;
}

h4 {
    color: #4040a1;
}

div {
	border-radius: 5px;
}

img {
    display: block;
    margin: auto;
    border-radius: 10px
}

#email{
	position: relative;
	height: 50px;
	background-color: #4040a1;
	clear: both;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	text-align: center;
	color: white;
}

#email p {
	position: relative;
	padding-top: 15px;
}

h4 {
	margin-left: 5px;
	margin-bottom: 15px;
	font-family: Verdana, sans-serif;
}


li {
	list-style-type: square;
}


.right {
	position: relative;
	float: center;
	margin-top: 50px;
    margin-right:100px;   
	margin-left: 100px;
	height: 900px;
	background-color: #Deeaee; 
	margin-bottom: 10px;
	text-align: justify;
}

#footer {
	position: relative;
	height: 50px;
	background-color: #4040a1;
	clear: both;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	text-align: center;
	color: white;
}

#footer p {
	position: relative;
	padding-top: 15px;
}
