body {
	font-family: sans serif, arial, helvetica;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	color:black;
	background-color: #fff;
	margin: 20px;
	font-size: 110%;
	}

/* ============= TIPOS DE FONTES =========================*/
h1, h2, h3, h4, h5, h6 {font-weight: bold; text-indent: 4px;}
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: 180% }
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 ==================================*/
.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;}
a.compr:active { text-decoration: underline; color: red;}
a.compr:focus { text-decoration: underline;color: red;}
a.compr:hover { text-decoration: underline; cloro: red;}

