/*Documento CSS style_evangelica_historia_da_igreja.css*/
body  {    
        margin: 0;     
	padding: 0;
	background-image:url(/static/img/text-cinza.jpg);
	/*background: beige; /*#DDD;*/
     } 

/*Pra dispositivos que tem uma largura mínima de 768 pixels. Tablets, por exemplo.*/
@media screen and (max-width: 720px) {
      #container, img, #footer{
	  min-width: 240px;
	  width: 240px;
	 /*background-color: aqua;*/
  }
}	
#container{ 
        border: 0.1em dotted black; 
        margin: 0 auto;  
	width: 55%; 	
	padding: 1.6em;
	background: #FFF; 
        box-shadow: 0.1em 0.1em 0.5em 0.1em black; 
    } 

a.text:link{
color: #000;
font-size: 1.6em;
text-decoration: none;	
margin-top: 3%;
margin-left: 2%;
}
p{
text-align: justify;
}

h1{
  text-align: center;
  font-family: "Segoe Script", "lucinda grande", "lucinda sans", verdana, sans-serif;
}
	
h2{
  text-align: center;
}
		
em{
 color: red;
}
	
li{
 list-style:none;
}
	
#footer{  
	margin-top:40px; 
	width: 90%; 
	height:	30px;
	text-align: center;
	clear: both;   
} 
   		