a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;

}
a:active {
	text-decoration: none;
}


.style1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;

}

.texto {
	font-size: 13px;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
}
.texto:link {
	font-size: 13px;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
}
.texto:active {
	font-size: 13px;
	color: #CCC;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
}

.texto:visited {
	font-size: 13px;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
}

.menu:hover {
	color: #FF9900;
	font-size: 12px;
}

.menu:active {
	color: #FF9900;
	font-size: 12px;
}

.menu:visited {
	color: #FF9900;
	font-size: 12px;
}

.menu:link {
	color: #FF9900;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
}

.menu {
	color: #FF9900;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
}

.assina {
	color: #666666;
	font-size: 9px;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
}
.assina:link {
	color: #666666;
	font-size: 9px;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
}

#all {

margin: auto;
background-image: url(fundo6.jpg) ;
background-position:top; 
background-repeat:no-repeat;
background-attachment:fixed;
background-color:#000
height: 100%;
width: 100%;
background-size: 100%;
}


.direita {
	text-align: right;
}
