
@font-face 
{
	font-family: "excaliburnouveau";
	src: url('../../fonts/excalibur_nouveau.ttf');
}

h1, h2, h3, h4, h5, h6
{
	font-family: "excaliburnouveau", "Arial"; 
	
	color: rgb(255, 255, 255); 
	letter-spacing: 2px; 
	
	text-shadow: 	2px 2px 0px rgb(0, 0, 0), 
					-2px 2px 0px rgb(0, 0, 0), 
					-2px -2px 0px rgb(0, 0, 0), 
					2px -2px 0px rgb(0, 0, 0), 
					0px 2px 0px rgb(0, 0, 0), 
					0px -2px 0px rgb(0, 0, 0), 
					2px 0px 0px rgb(0, 0, 0), 
					-2px 0px 0px rgb(0, 0, 0), 
					0px 0px 20px rgb(0, 0, 0), 
					0px 0px 8px rgb(0, 0, 0); 
}

a
{
	font-weight: bold; 
	color: rgb(255, 204, 102); 
}

a:hover { color: rgb(255, 241, 212); }

/* DIVERS */

.arrow { color: rgb(252, 56, 29); }