<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ##### Background da página ##### */
body {	
	background-color: #7da0bb;
	font-family: roman, 'times new roman', times, serif;
}

/* ###### Cores dos links (Defaults) ###### */
a {
	color: #000000;
}	
	
a.visited {
	color: #000000;
}

a.active	{
	color: #000000;
}	

a.link	{
	color: #000000;
}	

/* ##### Texto normal ##### */
.txtnormal {
	color: #000000;
	font-size: 15px;
	text-align: justify;
	margin-bottom: 0px;
	margin-top: 0px;
}
/* ##### Texto normal com paragrafo ##### */
.txtpar {
	color: #000000;
	font-size: 15px;
	text-align: justify;
	text-indent: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
}

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

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

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

/* ############ links para as páginas ################ */
td.linkpagi {
	color: #040473;
	background-color: #E5E5E5;
 	border-color: #000000;
 	border-style: solid;
 	border-width: 1px;	
	font-family: courier, fixed, monospace;
	font-weight: bold;
 	padding-top: 2px;
 	padding-bottom: 2px;
 	padding-left: 10px;
} 
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: 25px; 	 
}
a.linktitu:link { 
	color: #4646BB;
	text-decoration: none;	
}	/* unvisited link */
a.linktitu:visited {
	color: #4646BB;
	text-decoration: none;	
}	/* visited link */
a.linktitu:hover {
	color: #D03F16;
	text-decoration: none;	
}	/* mouse over link */
a.linktitu:active {
	color: #4646BB;
	text-decoration: none;	
}	/* selected link */		

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


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

/* 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: #0BB2FE;
	font-weight: bold;
	text-indent: 10px;
	font-size: 16px;
	text-align: left;
}

/* autor */
.autor {
	border-top-color: #3131B1;
	border-top-width: 2px;
	border-top-style: solid;
 	color: #52B2D0;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	float: right;
	width: 100px;
}	

/* fases da lua */
.lua {
	color: #ff0000;
	font-size: 20px;
	font-variant: small-caps;
	text-align: center;
}

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

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

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

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

a:hover span {
   display: block;
   position: absolute;
   top: 186px;
   left: 100px;
   width: 200px;
   padding: 5px;
   margin: 10px;
   z-index: 100;
   color: #000000;
   background: #FBFBBD;
   border-color: #000000;
   border-style: solid;
   border-width: 1px;
   font-size: 10px;
   text-align: left;
}
</pre></body></html>