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

body {
background-color:#006838;
font: 11px "Trebuchet MS", Calibri, Verdana, Arial;
margin:0px;
padding:0px;
}
/*Formatação bloco GERAL
****************************/
#geral {
	width:800px;
	height:600px;
	position:relative;
	margin:0 auto;
	background-color:#BBBDBF;
}

#links{
	width:230px;
	margin:0 auto;
}

#upload{
	font-size:16px;
	position:relative;
	margin:0 auto;
	text-align:center;
	width:80px;

}

#tutorial{
	color:#FFF;
	font-size:16px;
	margin:0 auto;
	text-align:center;
	width:150px;
}

a:link{
	text-decoration:none;
	color:#999;
}

a:visited{
	text-decoration:none;
	color:#999;
}
a:hover {
	color:#666;
	text-decoration: underline;

}
a:active{
	text-decoration:none;
	color:#999;
}
	




