p {font-family: 'Pangolin', cursive;
   font-size: 70px;
   color: #BA5713;
   font-weight: bold; 
	text-shadow: 0 0 5px #F48F4A;
  }


h4 {font-family: 'Pangolin', cursive;
  
  }

h1 {font-family: 'Pangolin', cursive;
    
  }

li,ul {font-family: 'Pangolin', cursive;
   font-size: 18px;
  
  }
  
a:link {
	color: #F89432; 
	font-weight: bold; 
	text-shadow: 0 0 5px #cb4b16;
}
a:visited {
	color: #831C2D; 
	font-weight: bold; 
	text-shadow: 0 0 5px #268bd2;
}
/* Links when the mouse is over them */
a:hover {
	color: #831C2D; 
	font-weight: bold; 
	text-shadow: 0 0 5px #2aa198;
}