<!-- lumpley.css -->

a:link {
 color: #990000;
 text-decoration: none;
 font-weight: bold;
}

a:visited {
 color: #660000;
 text-decoration: none;
 font-weight: bold;
}

a:hover {
 color: #000000;
 text-decoration: underline;
 font-weight: bold;
}

a:active {
 color: #000000;
 text-decoration: underline;
 font-weight: bold;
}

a.toc:link {
 font-family: "Courier New", Courier, monotype;
 font-weight: normal;
 margin-left: -10;
}

a.toc:visited {
 font-family: "Courier New", Courier, monotype;
 font-weight: normal;
 margin-left: -10;
}

a.toc:active {
 font-family: "Courier New", Courier, monotype;
 font-weight: normal;
 margin-left: -10;
}

a.toc:link {
 font-family: "Courier New", Courier, monotype;
 font-weight: normal;
 margin-left: -10;
}

a.any:link {
 font-family: "Arial", Arial, sans-serif;
 font-weight: normal;
}

a.any:visited {
 font-family: "Arial", Arial, sans-serif;
 font-weight: normal;
}

a.any:active {
 font-family: "Arial", Arial, sans-serif;
 font-weight: normal;
}

a.any:link {
 font-family: "Arial", Arial, sans-serif;
 font-weight: normal;
}

u.toc {
 font-family: "Courier New", Courier, monotype;
 font-weight: normal;
 text-decoration: underline;
}

em.toc {
 font-family: "Courier New", Courier, monotype;
 font-weight: normal;
 text-decoration: none;
 font-style: normal;
}

p.toc {
 font-family: "Courier New", Courier, monotype;
 font-weight: normal;
}

blockquote {
 color: #990000;
 font-style: italic;
}

td.in {
 padding-left: 30px;
}

html, body {
 margin: 0;
 padding: 0;
}

