/* CSS Document */

body { 

	font: 75% geneva, sans-serif;
	line-height: 1.5;
	color: #4B4E49; 
	
	}
	
p { 

	margin-top: 0; 
	text-align: justify;
	
	}
	
h1 { 

	font: 16px geneva, sans-serif;
	font-weight: bold; 
	margin-bottom: 0; 
	color: #661011;
	
	}
	
h2 { 

	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #7D775C;
	
	}
	
h3 { 

	font: italic normal 1.3em georgia, sans-serif;
	margin-bottom: 10px; 
	color: #661011;
	
	}
	
h4 { 

	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #661011;
	
	}
	
h5 { 

	font: 120% geneva, sans-serif;
	font-weight: bold; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #4B4E49; 
	
	}
	
h6{ 

	font: bold 1em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 10px; 
	color: #ce5532;
	
	}
	
h7{ 

	font:  1em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 10px; 
	color: #4B4E49;
	
	}

a:link { 

	font-weight: bold; 
	text-decoration: none; 
	color: #39ad4a;
	
	}
	
a:visited { 

	font-weight: bold; 
	text-decoration: none; 
	color: #447E3D;
	
	}
	
a:hover, a:active { 

	text-decoration: none; 
	color: #C52121;
	
	}
	

.titulos{

	font-weight: bold; 
	text-decoration: none; 
	color: #39ad4a;

}