/*Link nova janela estilo popup*/
 #newwindow a {
    color: darkblue;
	text-decoration: none;
	/* font-weight: bold;	 */
	text-decoration: underline 1px darkred;
}
 #newwindow a:hover {
    color: #968444; /* Cor ao passar o mouse */
	font-weight: bold;
	text-decoration: underline 2px #57402D;
}
 #newwindow a:active {
    color: red; /* Cor ao clicar o link */
	font-weight: bold;
	text-decoration: underline 2px #000;
}
 #newwindow a:visited {
    color: purple; /* Cor após visitar o link */
}
 #newwindow {
	text-align: justify;
}