@charset "utf-8";
/* Destaques: */
center, dir, menu, s, strike, u, xmp {
	background-color: #F00;
	color: #FFF;
	font-weight: bold;
}
/* Sem centralização: */
center { text-align:inherit; }
/* Sem formatação de lista: */
dir, menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
/* Sem decoração: */
s, strike, u { text-decoration: none; }
/* Sem fonte mono-espaçada: */
xmp { font-family: inherit; }

