body {
	margin: 10px;
	padding: 0;
	background: #FFF;
	font-size: 70% ;
/* hide from IE5-Mac \*/
	font-size: 67% ;
/* end hide */
	}

h1, h2, h3, p, dl, ul, ol, blockquote, img, td, .normal {
	font: normal 1.1em verdana, arial, sans-serif;
	line-height: 1.5em;
	color: #666;
	}

h1 {
	font: normal 2.4em bembo, georgia, 'Times New Roman', sans-serif;
	font-size: 3.6em ;
	font-weight: normal ;
	}

h2 {
	font-size: 1.3em ;
	font-weight: bold ;
	}

h2 span.normal {
	font-size: 1em ;
	font-weight: normal ;
	}

.hide {
	font-style: italic ;
	}

/* links */

a {
	font-size: 1em ;
	font-weight: bold ;
	text-decoration: none;
	}

a:link, a:visited {
	color: #660;	
	}
	
a:hover, a:active {
	color: #990;	
	text-decoration: underline;
	}	

	
