
	/*****************************************************************/
	/* Base styles																	  */
	/*****************************************************************/
	
	*
	{
		outline:none;
		line-height:150%;
	}
	
	body
	{
		margin:0px;
		padding:0px;
		padding-bottom:20px;
		background:#252525;
        font-family: 'Aladin', cursive;	
	}
	
	

	/*****************************************************************/
	/*	Headers																		  */
	/*****************************************************************/
	
	p
	{
		color:#E0E0E0;
		font-family: 'Orbitron', sans-serif;
		font-weight: 400; 
		text-shadow:5px 5px 5px #000000;
		margin-top: 25%;
        font-size: 22px;
		text-align: center;
	}
	
