
body {
  padding: 2em 1em 2em 70px;
  margin: 0;
  font-family: sans-serif;
  color: black;
  background: white;
  background-position: top left;
  background-attachment: fixed;
  background-repeat: no-repeat;
  width: 600px;
}

a {
	color: #005A9C;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	background: transparent;
	text-decoration: underline;
	font-weight: bold;
}


h1, h2, h3, h4, h5, h6 { text-align: left }
h1, h2, h3 { color: #005A9C; background: white;
 border-bottom: 1px dotted silver }
 
h1 { font: 170% sans-serif }
h2 { font: 140% sans-serif }
h3 { font: 120% sans-serif }

