html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;	padding: 0;
	border: 0;	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body { line-height: 1; color: black; background: white; }
/* ---- XXX ----- */
body{		background: #f5f5f5 url(img/background-tile.gif);
			color: #666; font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif; 
			font-weight: bold; font-size: 80px; line-height: 80px;
			text-transform: uppercase; padding: 20px 20px 0 20px;
			text-shadow: 0px 2px 2px #fff; }
p{			margin-bottom: 60px;}
a{			color: #666; text-decoration: none; }
a:hover{	color: #0044cc;
			-webkit-transition: color .3s ease-in-out;
			-moz-transition: color .2s ease-in-out;
			-o-transition: color .3s ease-in-out;
			transition: color .1s ease-in-out;}