@charset "utf-8";
/* CSS Document */

body {
	background-image: url(img/bg.jpg);
	margin-top: 15px;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-attachment:roll;
	background-position:center 200px;
	margin-left: 0px;
	margin-right: 0px;
	color: #333;
	font-family: 'Archivo Narrow', Arial, cursive;
}

/* Textos e Conteúdo*/
pergunta {
	color: #3553FF;
	font-size: 25px;
	text-shadow: 1px 1px 1px #fff;
	font-weight: normal;
	font-style: none;
	text-align: left;
	z-index: 10;
	font-family: "Archivo Narrow", serif;
}
#fontes{
	color: #666;
	font-size: 18px;
	text-shadow: 1px 1px 1px #fff;
	font-weight: normal;
	font-style: none;
	text-align: left;
	z-index: 10;
	font-family: "Archivo Narrow", serif;
}
contato{
	color: #333;
	font-size: 25px;
	text-shadow: 1px 1px 1px #fff;
	font-weight: normal;
	font-style: none;
	text-align: left;
	z-index: 10;
	font-family: "Archivo Narrow", serif;
}
contatop{
	color: #333;
	font-size: 18px;
	text-shadow: 1px 1px 1px #fff;
	font-weight: normal;
	font-style: none;
	text-align: left;
	z-index: 10;
	font-family: "Archivo Narrow", serif;
}
a:link{text-decoration: none; color: #3553FF}
a:visited {ext-decoration: none; color: #3553FF}
a:hover {text-decoration: underline; color: #3553FF}
a:active {ext-decoration: none; color: #3553FF}