body {
	margin: 10px;
	padding: 0;
	background: #E5F5F5;
	text-align: center;
	font-size: 65% ;
	/* hide from IE Mac \*/
	font-size: 62.5% ;
	/* end */
	}

#box {
	text-align: left ;
	}

h1, h2, h3, h4, p, ul, ol, dl, blockquote, img {
	color: #666;
	font: normal 1.2em verdana, arial, sans-serif;
	}

h1 {
	font-size: 1.8em ;
	}

h2 {
	font-size: 1.2em ;
	}

h3, h4 {
	font-size: 1.2em ;
	font-weight: bold ;
	}

img {
	font-size: 1em ;
	}

.hide {
	font-style: italic ;
	}

/* links */

a {
	background-color: transparent ;
	text-decoration: none;
	font-weight: bold ;
	}

p a, ul a {
	font-size: 1em ;
	}

a:link, a:visited {
	color: #099;	
	}
	
a:hover, a:active {
	color: #099;	
	text-decoration: underline ;
	}	


