@charset "utf-8";
/* CSS Document */

#dicas{
	float:left;
	width:300px;
	height:150px;
}
#dicas a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#515151;
	text-decoration:none;
}
#dicas a:hover{
	text-decoration:underline;
}