body {
	margin: 10px ;
	padding: 0 ;
	background: #aaa;
	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, td, ul, ol, dl, blockquote, img {
	font: normal 0.8em verdana, arial, sans-serif;
	}

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

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

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

h2 {
	font-size: 1em ;
	}

h3 {
	font-size: 0.9em ;
	}

h4 {
	font-size: 0.8em ;
	}

p {
	line-height: 1.3em ;
	}

img {
	font-size: 0.6em ;
	}

.hide {
	font-style: italic ;
	}

/* links */

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

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

a:link, a:visited {
	color: #2372B7;	
	}
	
a:hover, a:active {
	color: #4A98DD;	
	text-decoration: underline ;
	}	


