@charset "utf-8";

* {
	margin:0;
	padding:0;
	
}
.imagens {
	margin: 10px 0;
	padding: 10px;
	background-color: #252525;
}

.imagens img{


	
} 
#interface {
	margin: 0 auto;
	width: 770px;
}
.posts {
	width: 770px;
	margin-bottom: 35px;

}

.posts h2 {
	color: #999900;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 18px;
	font-weight: bolder;
	font-style: italic;
	

}

.posts p {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	

}

.posts p strong{
	color: #666666;
	padding-top: 2px;
	font-style: italic;
}

.posts p .link{
	color: #FFFFFF;
	padding-top: 2px;
	font-style: italic;
	float: right;
	margin-top: -7px;
	text-decoration: none;
	letter-spacing: 1px;
}
#topo {
	width: 856px;
	margin: 0 auto;
	margin-bottom: 30px;
}
