
@font-face 
{
	font-family: "fairy";
	src: url('../../fonts/mplus-1m-regular.ttf');
}

h1, h2, h3, h4, h5, h6
{
	font-family: "fairy", "Arial"; 
	/*letter-spacing: 4px; */
	
	color: rgb(255, 255, 255); 
	text-shadow: 	1px 1px 0px rgb(0, 0, 0), 
					-1px 1px 0px rgb(0, 0, 0), 
					-1px -1px 0px rgb(0, 0, 0), 
					1px -1px 0px rgb(0, 0, 0), 
					0px 1px 0px rgb(0, 0, 0), 
					0px -1px 0px rgb(0, 0, 0), 
					1px 0px 0px rgb(0, 0, 0), 
					-1px 0px 0px rgb(0, 0, 0); 
}

h2 { font-size: 3.0em; }
h3 { font-size: 2.6em; }
h4 { font-size: 2.2em; }
h5 { font-size: 1.8em; }
h6 { font-size: 1.8em; }

a
{
	font-weight: bold; 
	color: rgb(255, 254, 165); 
}

a:hover { color: rgb(255, 254, 165); }

/* DIVERS */

.arrow { color: rgb(134, 172, 252); }

#data-table .enlighted td
{ 
	background-image: linear-gradient(to bottom, rgb(139, 115, 57) 0%, 
												rgb(84, 66, 48) 100%);
}

#data-table .enlighted:hover td 
{ 
	background-image: linear-gradient(to bottom, rgb(210, 169, 59) 0%, 
												rgb(84, 66, 48) 100%);
}