	@font-face {
		font-family: bloody;
		src: url('../font/bloody.ttf'); }
	@font-face {
		font-family: young;
		src: url('../font/young.ttf'); }
	@font-face {
		font-family: ponderosa;
		src: url('../font/ponderosa.ttf'); }
		
	.jorge { text-decoration: underline; }
		
	h1  		{ font-family: young, bloody, ponderosa; 
			font-size: 250%; letter-spacing: 10px; text-align: center; text-shadow: rgb(124,252,0) 5px 5px 8px; }
			
	h2  		{ font-family: Georgia, Serif; 
			word-spacing: 3em; }
			
			header 	{ }
	
	body	{ font-family: Arial;
			background-color: #F5A9BC; }
	