body {
	font-family: sans-serif;
	font-size: 10pt;
	color: black;
}

#main {
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: none;
}

#content a:link, #content a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: gray;
	background-color: transparent;
}

/* Links */
#content a:link:after, #content a:visited:after {
	font-size: 80%;
	content: " (" attr(href) ") ";
}
#content a[href^="/"]:after {
	font-size: 80%;
	content: " (http://www.talk2.com.br" attr(href) ") ";
}

/* Elementos escondidos */
#header, #footer, #sidebar, .fComentario, #deixeSeuComentario { display: none; }