@charset "UTF-8";
/* CSS Document */

h1, h2, h3, h4, p {
	font-family:Arial, Helvetica, sans-serif;}

h1 {
	height:80px;
	padding:5px;
	font-size:30px;
	line-height:40px;
	letter-spacing:7px;
	margin:25px;
	color: #EAB353;
	text-decoration: none;
	text-align: center;
	background-image: url(img/h1.png);
	background-repeat: repeat-x;
	text-shadow: #CCC 1px 0 10px; 
	}
	
h2 {
	
	font-size: 25px;
	color: #000;
	text-decoration: none;
	text-align: center;
	margin: 15px;
	}
	
h3 {
	
	font-size: 20px;
	color: #000;
	text-decoration: none;
	text-align: justify;
	letter-spacing:3px;
	margin: 15px;
	}
	
h4 {
	
	font-size: 16px;
	letter-spacing:3px;
	color: #363C0F;
	text-decoration: none;
	text-align: justify;
	font-style: normal;
	font-weight: normal;
	margin: 5px 25px 15px 25px;
}



p{
	font-size: 15px;
	text-align:justify;
line-height:19px;
letter-spacing:3px;
padding:5px 0 5px 0;
margin:5px;
color:#000;
}

a{
	color: #000;
	text-decoration: none;
		-webkit-transition:color 0.3s ease-in; 
	-moz-transition:color 0.3s ease-in;
	-o-transition:color 0.3s ease-in;	
	-ms-transition:color 0.3s ease-in;
	transition:color 0.3s ease-in;
}

a:hover {
	
	color: #A8050D;
}