body {
	font-family:  "Times New Roman", Times, serif;
	background: #fff;
	color: #000;
	font-size: 12pt;
}

a {
	color: #000;
	text-decoration: none;
}

a[href^="http://"]:after {
	content: " ( URL: " attr(href) " )";
}

h1 {
	font-size: 16pt;
}

h2 {
	font-size: 14pt;
}

h3, h4 {
	font-size: 12pt;
	font-weight: bold;
}

#nav {
	display: none;
}


