div#mostra_artigos{
	width:75%;
	margin-left:5px;
	float:left;
	margin-bottom:15px;
}

div#mostra_artigos p{
	margin-bottom:5px;
}

div#mostra_artigos p a{
	text-decoration:none;
	cursor:pointer;
}

div#mostra_artigos p a:hover{
	text-decoration:underline;
	cursor:pointer;
}

div#mostra
{
	width:20%;
	margin-left:5px;
	margin-bottom:15px;
}

div#mostra p{
	margin-bottom:5px;
}

div#mostra p a{
	text-decoration:none;
	cursor:pointer;
}

div#mostra p a:hover{
	text-decoration:underline;
	cursor:pointer;
}

div#_artigos{
	width:95%;
	margin-left:5px;
	float:left;
	margin-bottom:15px;
}

div#_artigos p{
	margin-bottom:5px;
}

div#_artigos p a{
	text-decoration:none;
	cursor:pointer;
}

div#_artigos p a:hover{
	text-decoration:underline;
	cursor:pointer;
}


