<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

#sucesso &gt; a{
	text-decoration: none;
	color: #00F;
}

#sucesso &gt; a:hover{
	text-decoration: underline;
}


#sucesso{
	margin: auto;
	text-align: center;
	width:70%;
	border: 1px solid #00F;
	background-color: #A3E5FF;
	padding:10px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;			
}


.cliqueaqui{
	text-decoration: none;	
	color: #00F;
}

.cliqueaqui:hover{
	text-decoration: underline;
}

#erro &gt; a{
	text-decoration: none;
	color: #F00;
}

#erro &gt; a:hover{
	text-decoration: underline;
}

#erro{
	margin: auto;
	text-align: center;
	width:70%;
	border: 1px solid #F00;
	background-color: #FFD4D4;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;			
}</pre></body></html>