/***** CSS *******/

head{
		text-align: center;
}

body{
	font-family: Apple Chancery, cursive;
	font-size: 15px;
	text-align: center;
	background-color: #FFE5B0 ;
}

h1{
	font-weight: 800;
        font-family: Georgia, serif ;
}
h2{
	font-weight: 800;
}

h4 {
    font-weight: 800;
    color: black;
}

p {
    text-indent: 100px;
    letter-spacing: 1px;
}
img{
	width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto }
a {
    text-decoration: none;
    color: #6283A3 ;
}
footer{
	height: 80px;
	padding-top: 30px;
	text-align: center;
	background-color: #E8DCC3;
	border-top: 2px solid #AAA;
}