body
{
	color: #33cc33; 
	background-color: #000; 
/*	background-image: url("omicron_bits.jpg"); */
	text-align: left; 
	font-family: "Arial";
	font-size: 1em;
}

/* Texto */
.TEXTO 
{
	color: #33DA03;
	border: 1px solid;
	background: transparent; 
}

/* Topico */
.TOPICO
{
	color: #339999;
	background: transparent; 
	border-bottom: 0.5px dashed #33DA03;
}


/* Links */
a:link 
{ 
	color: #339999;
	text-decoration: none; 
}
a:visited 
{ 
	color: #339999;
	text-decoration: none;
}
a:hover 
{ 
	color: #006666;
	text-decoration: none;
}

/* Imagens */
img { border: none; }

/* Botoes de navegacao*/
.BOTAO a
{
	width: 150px; 
	display: block;
	text-decoration: none;
	color: #339999;
	border-top:    1px dashed #33DA03;
	border-bottom: 1px dashed #33DA03;
	margin-bottom: 5px;
	margin-top:    5px;
	padding-left:  20px;
	padding-right: 20px;
	background: transparent; 
}
.BOTAO a:hover 
{
	width: 150px; 
	display: block;
	text-decoration: none;
	text-color: #339999;
	border-top:    1px solid #33DA03;
	border-bottom: 1px solid #33DA03;
	margin-bottom: 5px;
	margin-top:    5px;
	padding-left:  20px;
	padding-right: 20px;
	background: transparent; 
}

/* Cabecalhos */
h3
{	color: #339999; 
	border-bottom: 1.0px dashed #33DA03;
	background: transparent; 
	text-align: center;
	font-size: 1.5em;
	font-family: "Arial";
}
h4
{	color: #339999; 
	border-bottom: 1.0px dashed #33DA03;
	background: transparent; 
	text-align: center;
	font-size: 1.0em;
}
h5
{	color: #339999; 
	border-bottom: 0.6px dashed #33DA03;
	background: transparent; 
	text-align: left;
	font-size: 0.95em;
}

/* Frames */
