* {
        margin: 0;
        padding: 0;
}

body {
        font: 12pt/1.4 georgia, times new roman, times, serif;
        color: #000;
        background: #fff;
}

a:after {
        content: "(" attr(href) ")";
        color: #999;
}

p {
  margin-bottom: 1em;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 1em;
}

h1, h2, h3 {
  font-style: italic;
  font-weight: normal;
}

#navigation, #sponsors {
	display: none;
}

#header {
	border-bottom: 3pt solid #000;
	margin-bottom: 1em;
}

#tag-line {
	display: none;
}

