/***** CSS *******/

body{
	font-family: 'Century Gothic', Calibri, serif;
	font-size: 15px;
	text-align: center;
	background-color: #7af7ff;
}

h1,h2{
	font-weight: normal;
}

h4 {
    text-transform: uppercase;
    color: rgb(0,90,255);
}

p {
    text-indent: 150px;
    letter-spacing: 1px;
}
img{
	
    display: inline; /* block ou inline */
    margin-left: auto;
    margin-right: auto }
a {
    text-decoration: none;
    color: #008CBA;
}
footer{
	height: 80px;
	padding-top: 10px;
	text-align: center;
	background-color: #fd7300;
	border-top: 2px solid #AAA;
}

ul, ol {
    margin: auto;
    width: 20%;
}
