
body {
 margin: 4em;
}
#navigation {
 display: none;
}


h1 {
 color: #00ab0e;
}
h1,h2,h3,h4,h5,h6 {
 font-family: Georgia, "Times New Roman", Times, serif;
}
ul,ol,p,address {
 font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
 line-height: 140%;
}
a {
 color: #262626;
}
a:link, a:visited {
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

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