@charset "UTF-8";
/* CSS Document */


html 		{
		height:3200px;
		background-color: #16120f ; 
		}

body 		{
		background-color:#241d19; 
		margin:20px;
		font-family: "Optima Bold", "Arial"; 
		color: #CCC;
		}

a		{ 	
		color: #e1d1ae;
		}

a:visited	{ 	
		color: #e1d1ae;
		}

a:active, a:hover  		
		{ 	
		color: #e1d1ae;
		text-decoration: underline;
		
		}

span		{ 	
		color: #e1d1ae;
		}