body {
	font-family: "Lucida Sans", Verdana, Tahoma;
	font-size: small;
	color: #000000;
	background-color: #FFFFFF;
}

#sidebar {
	text-align: center;
	border-left: 1px solid #CCCCCC;
}

#sidebar .about { 
	padding-top: 10px;
	width: 150px;
	font-size: x-small;
	text-align: center;
}

#sidebar .members {
	background-color:#D5E7FD;
	width: 150px;
	font-size:x-small;
	text-align: left;
	list-style-image:url(images/feed.png);
	list-style-position: inside;
	list-style-type: none;
}

#content {
	width: 620px;
}

#titulo {
}

#titulo a{
color: white;
text-decoration: none;
}

#titulo a:hover{
text-decoration: underline;
}

#footer {
margin-bottom:10px;
}

#post {
	width:570px;
	max-width:570px;
	overflow: auto;
}

pre {
	width:500px;
	max-width:500px;
	padding:10px;
	margin:20px;
	background-color:#CCCCCC;
	border: 1px dashed black;
	text-align:justify;
}
