.texto {
	text-indent: 20px;
	font-family: Tahoma, Arial;
	font-size: 12px;
	text-align: justify;
	}
body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	<style type="text/css">

	margin:0;
	padding:0;
	text-align:center; /* hack para o IE */
	background-color: #CCCCCC;
	}
.tudo {
width: 760px;
margin:0 auto;			
padding: 10px;
text-align:left; /* "remédio" para o hack do IE */	
	}
.conteudo {
padding: 5px;
background-color: #eeeeee;
	}
</style>

	}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
