/* Folha de Estilo para a Home Page Hildoberto Dutra */

#Caixa_Cabec
	{
	top: 0px;
	left: 0px;
    height: 150px;
	position: absolute;
	width: 100%;
	background-color: rgb(62, 0, 0);
	box-shadow: 0px 8px 6px black;
	line-height: 140%;
	}
	
#Caixa_Corpo
	{
	top: 160px;
	left: 10px;
	right: 10px;
	visibility: visible;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	width: 1024px;
	line-height: 110%;
	}		


/* Estilos Gerais */	
	
 
A:link {color: #ffcc33;}
A:visited {color: #ffcc33;}
A:hover {color: white;}
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}



body	{	


    /*background-color: rgb(140,116,34);*/
    background-color: rgb(123,101,25);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 18px;
	line-height: 180%;
	color: white;
	
	};


 

