/* GENERAL
====================================================================== */
html { background: white; }

html, body { width: 100%; }

body {
	padding: 30pt;
	color: black;
	font-size: 12pt;
}

#nav {
	height: 0;
	width: 0;
	overflow: hidden;
}




/* LINKS
====================================================================== */
/* write out ALL links in parenthesis */
/* a[href] { border-bottom: 1px solid #666; } */
/* a[href]:after { content: " (" attr(href)") "; } */

/* write out ONLY EXTERNAL links in parenthesis */
a[href^="http:"] { border-bottom: 1px solid #666; }
a[href^="http:"]:after { content: " (" attr(href)") "; }