a { text-decoration: none; }

a:link { color: #9cf; border-bottom: 1px dotted #9cf; }
a:visited { color: #69c; border-bottom: 1px dotted #69c; }
a:hover { color: #c30; border-bottom: 1px dotted #c30; }
a:active { color: #fff; border-bottom: 1px dotted #fff; }

a:link:after, a:visited:after { content:" (" attr(href) ") "; }

body {
	background: #fff;
	color: #000;
	font-family: Helvetica, sans-serif;
}

p { margin: 0 0 1em; line-height: 1.5em; }

div#content {
	font-size: 14pt;
	width: 100%
	padding: 0.5in 1in;
}
