<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ##### Texto normal ##### */
p.txtnormal {
	color: #000000;
	font-size: 11pt;
	text-align: justify;
}

/* ##### Legenda das imagens ##### */
.legenda {
	font-size: 10pt;
	font-style: italic; 
	text-align: justify;	
}

/* ##### Pagina 3 noticia 1 ##### */
td.noticia1 {
	background-color: #CBE1E7;
	border-color: #000000;
	border-style: solid;
	border-width: 1;
	padding: 10;
}

/* ##### Pagina 3 noticia 2 ##### */
td.noticia2 {
	background-color: #D4E3E7;
	border-color: #000000;
	border-style: solid;
	border-width: 1;
	padding: 10;
}



/* ############ links para as páginas ################ */
td.linkpagi {
	color: #040473;
	background-color: #E5E5E5;
 	border-color: #000000;
 	border-style: solid;
 	border-width: 1;	
	font-family: courier, fixed, monospace;
	font-weight: bold;
 	padding: 2;
 	padding-left: 10;
} 
a.linkpagi:link { 
	color: #040473;
	text-decoration: none;
}	/* unvisited link */
a.linkpagi:visited {
	color: #040473;
	text-decoration: none;
}	/* visited link */
a.linkpagi:hover {
	color: #D03F16;
	text-decoration: none;
}	/* mouse over link */
a.linkpagi:active {
	color: #040473;
	text-decoration: none;
}	/* selected link */

/* ######### Link dos Titulos ############## */
div.linktitu {
	font-weight: bold;
	font-variant: small-caps;
	font-size: 18pt; 	 
}
a.linktitu:link { 
	color: #EEA943;
	text-decoration: none;	
}	/* unvisited link */
a.linktitu:visited {
	color: #EEA943;
	text-decoration: none;	
}	/* visited link */
a.linktitu:hover {
	color: #D03F16;
	text-decoration: none;	
}	/* mouse over link */
a.linktitu:active {
	color: #EEA943;
	text-decoration: none;	
}	/* selected link */		

/*	Imagens no meio do texto alinhadas à direita */
table.imgdir {
	float: right;
	padding-left: 10;
	padding-top: 10;
}


/* Linha branca */
td.branca {
	height: 5;
}

/* Link pagina index.html Junho*/

a.linkindex:link { 
	color: #FFFFFF;
	text-decoration: none;
}	/* unvisited link */
a.linkindex:visited {
	color: #FFFFFF;
	text-decoration: none;
}	/* visited link */
a.linkindex:hover {
	color: #FFFFFF;
	text-decoration: none;
}	/* mouse over link */
a.linkindex:active {
	color: #FFFFFF;
	text-decoration: none;
}	/* selected link */

/* Texto Amarelo Torrado */
.txtamtorr {
	color: #F3B64B;
	font-style: italic;
	font-weight: bold;
}

/* Texto azul */
.txtazul {
	color: #4479AA;
	font-style: italic;
	font-weight: bold;
}

/* autor */
div.autor {
	color: #1381b9;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	text-align: right;
}	

/* fases da lua */
.lua {
	color: #ff0000;
	font-size: 12pt;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
}

td.fases {
	padding-left: 10pt;
	padding-right: 10pt;
}

font.nascimento {
	color: #000000;
	font-size: 9pt;
	text-align: center;
	font-variant: normal;
	font-weight: normal;
}	

/* quote */
td.quote {
	border-color: #EFAE0D;
	border-style: dashed;
	border-width: 1;
	font-style: italic;
	font-weight: bold;
	font-size: 12pt;	
	margin: 0;
	padding: 10;
	text-align: center;
	vertical-align: top;
	height: 100;
}	

/* ############ Caixa com descricoes nos links ############ */
a span {
	display: none;
	}

a:hover span {

	display: block;
   position: absolute;
   top: 190px;
   left: 100px;
   width: 200px;
   padding: 5px;
   margin: 10px;
   z-index: 100;
   color: #000000;
   background: #FBFBBD;
   border-color: #000000;
   border-style: solid;
	border-width: 1;
	font-size: 10px;
/*   font: 10px Verdana, sans-serif;*/
   text-align: left;
}
</pre></body></html>