/* ====================== */
/* coisas gerais          */
/* ====================== */

@import url("reset.css"); /* resets all browser */

body{
	width:100%;
	margin:0px 0 0 0;
	background:#000 url(imagens/bg.jpg);
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left;
}
.text-verde {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #63b691;
}

a{
	color:#FFF;
	text-decoration: none;
}

a:hover{
	color:#FFF;
	text-decoration:none;
	background-color: #63b691;
}
.text-verdebg {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	background-color: #63b691;
}
.text-grande {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24pt;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	font-style: italic;
	line-height: 30pt;
}
.text-grandebg {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24pt;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	font-style: italic;
	background-color: #63b691;
}

