<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 * Arquivo: formatacao.css
 *
 * @author     Guilherme Rojas &lt;guilhermehrojas@gmail.com&gt;
 *
 *-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.a-esquerda {
  text-align: left !important;
}

.centralizado {
  text-align: center !important;
}

.central {
  text-align: center;
  display: block;
  margin: 0 auto;
}

.largura-120
{
  width: 120px;
}

.largura-220
{
  width: 220px;
}

.justificado {
  text-align: justify !important;
}

.fonte-grande {
  font-size: 1.4em !important;
}

.pequeno
{
  font-size: 0.8em !important;
}

.margin-left-15
{
  margin-left: 15px !important;
}

.invisivel
{
  display: none;
}

a.limpo
{
  text-decoration: none;
}

a.limpo:hover
{
  text-decoration: none;
}

.azul
{
  color: #31708F !important;
}

.verde
{
  color: #3c763d !important;
}

.vermelho
{
  color: #BB2A00 !important;
}

#page-list {
	font-size: 14px;
}</pre></body></html>