body {
	margin:0; 
	padding:0; 
	line-height: 1.4em; 
	word-spacing:1px; 
	letter-spacing:0.2px;
	font-family: "Georgia", Times New Roman, Serif;
	color: #000;
	background: #fff;
}

h1 {
	text-align: left;
	font-size: 30pt; 
	font-style: italic;
	margin: 0;
}

h2 {
	text-align: left;
	font-size: 10pt;
}

a:link, a:visited { 
	background: transparent; 
	font-weight: 700; 
	text-decoration: 
	underline; color: #333; 
}

a:link:after, a:visited:after { 
	content: " (" attr(href) ") ";
	font-size: 90%; 
}