body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
.rodape2 {
	font-family: 'Dosis', sans-serif;
	font-size: 18px;
	color: #333;
	text-decoration: none;
}

.rodape {
	font-family: 'Stint Ultra Condensed', cursive;
	font-size: 20px;
	color: #FFF;
	text-decoration: none;
}

.menu {
	font-family: 'Dosis', sans-serif;
	font-size: 20px;
	color: #666;
	text-decoration: none;
}
.titulocategoria {
	font-family: 'Dosis', sans-serif;
	font-size: 18px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

.conteudo {
	font-family: 'Dosis', sans-serif;
	color: #333;
	text-decoration: none;
	text-align: justify;
	font-size: 18px;
}
.titulo {
	font-family: 'Dosis', sans-serif;
	font-size: 24px;
	color: #EE0B81;
	text-decoration: none;
}




a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #03A0F1;
}
a:active {
	text-decoration: none;
	color: #7F7F7F;
}
