html {background-color: cornflowerblue;}
body {font-family: helvetica, arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	color: black;
	background-color: white;
	padding: 38px 9px 24px;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
	font-size: 110%;
	border: 5px ridge gray;
	}
/* ============= TIPOS DE FONTES =========================*/
h1, h2, h3, h4, h5, h6 {font-weight: bold; text-indent: 0.5em;}
i, cite, var, address { font-style: italic }
strong, th { font-weight: bold }
pre, tt, code, kbd, samp { font-family: monospace }
em {font-style: italic; font-weight: bold}
address, cite {font-family: times, serif}
var {font-family: times, serif}
dt { font-family: times, "times new roman", serif; font-weight: bold }
hr { border-top: solid; width: 75%; }
/* ============ TEXTO ===============*/
h1 { font-size: 170% }
h2 { font-size: 140% }
h3 { font-size: 120% }
h4 { font-size: 110% }
h5 { font-size: 100% }
h6 { font-size: 90% }
blockquote { margin-left: 3em; margin-right: 3em }
small {font-size: 0.7em;}
/* =========== LISTAS=================*/
ul { list-style: disc outside}
ol { list-style: decimal outside}
dir { list-style: circle outside }
dd { margin: 20px }
/* =========== TABELA=================*/
/* ============ LINKS==================*/
a:link { color: #00f }
a:visited { color: #f00 }
a:active { color: #0f0 }
/* ============= GERAL - DESTAQUES =================*/
/*============ DIVs ==================================*/
h1 {background-color: dodgerblue; color: white;}
.note { color: green}
.toc { list-style-type: none;}
.normref { color : red;}
.informref { color : green;}
.fll {text-align: left}
.flr {text-align: right}
.flc {text-align: center}
.flj {text-align: justify}
.flji {text-align: justify; text-indent: 2em}
.men {font-size: 80%; font-weight: bold; background-color: ivory; border: double blue; padding: 0 4px;}
.banda {font-weight: bold; text-decoration: none;}
a.compr:link, a.compr:visited { text-decoration: none; color: blue; padding-bottom: 10px;}
a.compr:active { text-decoration: underline; color: red;}
a.compr:focus { text-decoration: underline;color: red;}
a.compr:hover { text-decoration: underline; cloro: red;}
h2.compra {text-indent: 0; text-align: center; background-color: navy; color: white;}
