@charset "utf-8";
/* CSS Document */
 
	html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
		margin			: 0;
		padding			: 0;
		border			: 0;
		font-weight		: inherit;
		font-style		: inherit;
		font-size		: 100%;
		font-family		: inherit;
		vertical-align	: baseline;
	}
 
	html {
		background-color: rgb(250,250,250);
		color 			: rgb(0,0,0); 
	}
		
	body {
		font 			: 75%/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
		margin			: 0 auto;
		color			: #666; 
		text-align		: center;

	}
	
	/* Text elements ----------------------------------------------------------- */

	h1 { 
		font-size		: 2.5em; 
		font-weight		: bold; 
		margin-bottom	: 0.75em; 
		text-shadow		: 1px 1px 2px rgb(255,255,255); 
	}
	
	p {
		margin			: 0 0 .75em 0; 
	}
	 
	a, a:visited {
		outline			: none;
		color			: rgb(114,16,19);
		text-decoration : none; 
	}
	 
	a:hover { 
		color			: rgb(152,22,25); 
		text-decoration : none; }
	 
	a:active, a:focus { 
		position		: relative; 
		top 			: 1px; 
		color			: rgb(152,22,25); 
	}

