﻿
/* =STRIP EVERY THING BACK TO NOTHING + AND SETUP BASE
------------------------------------------------------------------------------------ */

* {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	font-size: x-small; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /* for compliant browsers */
	background: #FFF;
	text-align: center;
	font-family: Arial, sans-serif;
}
html>body { /* be nice to Opera */
	font-size: small;
}