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

	border:1px solid gray;

	color:#444444;

}



.anormal{

	border:1px solid #11A3EA;

	color: #0F4987;

}



.enviar{

	background: #CBCBCB;

	color: #000000;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	text-decoration: none;

}



button {

        background: url('loader.gif') no-repeat top center;

        border: 0;

        color: transparent;

        height: 30px;

        margin: 0;

        padding: 0;

        width: 100px;

}



button:hover {

        background-position: bottom;

}</pre></body></html>