body {
	background-image: url(../imagens/fundo.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.menu {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:28px;
	font-weight:600;
	text-decoration: none;
	color: #c53c3c;
	-webkit-transition: color 0.2s linear 0s;
	-moz-transition: color 0.2s linear 0s;
	-ms-transition: color 0.2s linear 0s;
	-o-transition: color 0.2s linear 0s;
	transition: color 0.2s linear 0s;
}

.menu:hover{
	color: #197fa5;
}

.texto_frase {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 72px;
	color: #666;
}

.nome_frase {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #c53c3c;
	text-decoration:none;
}

.texto {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #1A1A1A;
	text-decoration:none;
}

.texto_branco {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration:none;
}

.port {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	color: #000000;
	font-weight: normal;
	font-style: normal;
}

.port_branco {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
}

.as2barra {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	color: #FF3366;
	font-style: normal;
	font-weight: bold;
}

.as2barra_claro {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	color: #f0fe56;
	font-style: normal;
	font-weight: bold;
}

