	body {
		text-align: center;
		font-family: Arial, Verdana, Helvetica, sans;
		font-size: 62.5%;
		margin: 0;
		padding: 0;
	}
	body *{
	/*	text-align: left;	*/
		margin: 0;
		padding: 0;
		text-decoration: none;
		border: none;
		/* list-style-type: none; */
		}
	span.ir{
		display: block;
		width: 0;
		height: 0;
		overflow: hidden;
		font-size: 0.5em;
	}

	#skip, #hide{ display: none; }
	.floatleft{ float: left; }
	.floatright{ float: right; }
	#content .full img.clear{ float: none; clear: both }