p { font-family: Arial; font-size: 11px; margin: 3px; }

div.info {
	margin: 0px;  
	padding: 0px;
	font-family: Verdana;  
	background-color: #fff;
}

div.info h1 {
	font-weight: bold;  
	font-size: 14px;  
	border-bottom: 2px solid orange;  
	margin: 0px;
	margin-top: -3px;
	padding-bottom: 1px;  
	margin-bottom: 2px;
	color: black;  
}

div.info p {
	margin: 0px;
	padding-right: 5px;
	text-align: justify;
	font-size: 10px;
	color: #676767;
	width: 240px;
	
}

div.info p.autor {
	text-align: right;
	margin-top: 5px;
	height: 10px;
	overflow: visible;
}

div.info a {
	color: #FFA500;
	text-decoration: none;
	cursor: pointer;
}

div.info a:hover {
	color: black;
}

div.legenda {
	margin: 10px;
	
}

div.legenda p {
	margin: 0px;
}