	/* Embed fonts */
	
	@font-face {
    font-family: 'Chocolate Box';
    font-style: normal;
    font-weight: normal;
    src: url("fonts/CHOCOLA0.eot");
	}
	
	@font-face {
    font-family: Rustler;
    font-style:  normal;
    font-weight: normal;
    src: url(fonts/RUSTLER0.eot);
  	}  
	
	.choco {
		font-family: 'Chocolate Box', Verdana, sans-serif;
		font-size: 14pt;
		color: #E1A80F
	}
	
	
	a.rustler:link {
		font-family: 'Rustler', Verdana, sans-serif;
		font-size: large;
		color: #FFF9D3
		text-decoration: none;
	}
	
		
	a.rustler:visited {
		font-family: 'Rustler', Verdana, sans-serif;
		font-size: large
		color: #E1A80F	
		text-decoration: none;
	}
	a.rustler:active {
		font-family: 'Rustler', Verdana, sans-serif;
		font-size: large;
		color: #992D27
		text-decoration: none;
	}
	
	a.egodark:link {
		font-family: 'Rustler', Verdana, sans-serif;
		font-size: large;
		color: #3B6354
		text-decoration: none;
	}
	a.egodark:visited {
		font-family: 'Rustler', Verdana, sans-serif;
		font-size: large;
		color: #E1A80F
		text-decoration: none;	
	}
	a.egodark:active {
		font-family: 'Rustler', Verdana, sans-serif;
		font-size: large;
		color: #992D27
		text-decoration: none;
	}