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

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

h1{
	font-weight: normal;
}

h2{
   	font-size: 29px;
	text-transform: uppercase;
	font-weight: normal;
}
	
h4{
	text-indent: 0px;
    	letter-spacing: 1px;
    	font-size: 20px;
}

p{
   	text-indent: 0px;
    	letter-spacing: 1px;
    	font-size: 20px;
    	text-align: center;
}

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: #7A7A7A;
	border-top: 2px solid #AAA;
}

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