body {
font-size:120%;
line-height:1.5;
font-family: monospace;
max-width:90%;
margin:auto;
}
h1 {
font-family: sans;
font-size: 2.747em;
}
h2 {
font-size: 0.874em; }
h1 {
font-size: 1.229em;
}
tr {
font-family: monospace;
}
hr {
    clear: both;
    visibility: hidden;
}

/* unvisited link */
a:link {
  color: red;
}

/* visited link */
a:visited {
  color: red;
}

/* mouse over link */
a:hover {
  color: black;
}

/* selected link */
a:active {
  color: black;
}

a {
    text-decoration: none;
    font-style: italic;
}

.comment {
	font-family: serif;
	font-size: 7pt;
	}
