body {
	padding-top: 70px;
	padding-right: 10px ;
	padding-left: 10px ;
	padding-bottom:40px ; 

	font-family: Helvetica, Arial, sans-serif;
	font-size: 50px;
	line-height: 1.3;
	background-color:#A57402;	
}

.container {
	max-width:810px;
	margin-right: auto;
	margin-left: auto;}

	h1 {
	padding-bottom: 2px;
	font-size: 330%;
	font-weight: bold;
	line-height: 1;
	

	-webkit-text-stroke: 1px black;
   color: white;
   text-shadow:
       3px 3px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
}


h2 {
	font-size: 60%;
	font-weight: bold;
	text-align: right;
	padding-bottom: 10px;

}

h3 { padding-bottom: 2px;
	font-size: 330%;
	font-weight: bold;
	line-height: 1;
	color: #000000
	background-color:#E6E6E6


}
h4{

font-size: 0px;
}


    p {
	font-size: 40%;
	line-height: 1.7;
	text-align: justify;
	color: #FDB554;

}

    a {
	color: black;
	font-weight: bold;
}

    a:hover {
	color: #581001;
}

