body {
    
    padding-top: 70px;
	padding-right: 10px ;
	padding-left: 10px ;
	padding-bottom:40px ; 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 75px;
	line-height: 1.3;
	letter-spacing: -0.5px;
	font-weight: bold;
	color:#F08080;
	background-color: #B0E0E6;
}


.header {

	max-width:180px;
	padding: auto;
}

	h4 {
	padding-bottom: 1px;
	padding-top: 100px;
	padding-left: 200PX;
	text-align: center;
	font-size: 200%;
	font-weight: bold;
	line-height: 1;

	color: #FF4500;
	background-color:;
	
	letter-spacing: 0.5em;
    word-spacing: 0.5em;
	text-transform: uppercase;


}
.container {

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


h1{

	font-size: 0px;
	color: black;
}


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

h3 {
	padding-bottom: 100px;
	padding-right: 400px;
	font-size: 120%;
	font-weight: bold;
	line-height: 1;
	color: white;
	letter-spacing: 0.5em;
	
	
}

    p {
	font-size: 60%;
	line-height: 1.3;
	text-align: justify;
	
	



}

    a {
	color: #F08080;
	font-weight: bold;

	-webkit-animation-name: blinker;
    -webkit-animation-duration: 1.0s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:ease-in-out;
    -webkit-animation-direction: alternate;
}
@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
	text-decoration-color: white;
	
}

    a:hover {
	color: #7B68EE;
}