/*-------- Início - Definições gerais das páginas */
body {
	margin: 0px;
	background-size: acountainno-repeat center center;
	background-position: center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #000;
	text-align: justify;
	font-family: 'Raleway', sans-serif;
	
}
.submit {color:#6dd9d9;border: #6dd9d9 solid 1px;}img {border: 0px;border-left: 0;text-align: justify;}p{font-size: 18px;}ul{font-size: 18px;list-style-type: none;}li{font-size: 18px;}h1 {font-size: 35px;text-align: center;}h2 {font-size: 30px;text-align: center;}h3 {font-size: 25px;text-align: center;}h4 {font-size: 20px;text-align: center;}h5 {font-size: 18px;text-align: center;}h6 {font-size: 13px;color: #fff;text-align: center;}a {font-size: 18px;text-decoration: none;text-align: center;}a:hover {font-size: 18px;color: #000;text-decoration: none;text-align: center;}

