body {
	margin: 10px ;
	padding: 0 ;
	background: #fff;
	text-align: center;
	font-size: 100.01% ;
	/* hide from IE Mac \*/
	font-size: 100.01% ;
	/* end */
	}

#box {
	text-align: left ;
	}

h1, h2, h3, h4, p, ul, ol, dl, blockquote, img, td {
	font: normal 0.7em 'lucida grande', 'lucida sans', verdana, arial, sans-serif;
	}

p, ul, ol, dl, blockquote, img {
	color: #000;
	}

h2, h3, h4 {
	color: #333;
	}

h1 {
	font-size: 36px ;
	color: #333;
	}

h2 {
	font-size: 1.5em ;
	font-weight: normal ;
	}

h3, h4 {
	font-size: 0.9em ;
	}

p {
	line-height: 1.3em ;
	}

img {
	font-size: 1em ;
	}

.hide {
	font-style: italic ;
	}

/* links */

a {
	background-color: transparent ;
	text-decoration: underline;
	font-weight: normal ;
	}

p a, ul a {
	font-size: 1em ;
	}

