html, body { background-color: white; }
body { padding: 2em; }
        
p { text-indent: 0em;
    margin-left: 10px; }

.section {
    padding: 5px;
    margin-left: 20px;
}

.menu {
}

span.smallnote {
  font-size: 70%;
}

table {
  border-style: solid;
  border-width: thin;
}

td {
  padding: 3px;
}

td + td {
  border-left-style: dotted;
  border-left-width: thin;
}

tr + tr td {
  border-top-style: solid;
  border-top-width: thin;
}

h1 {
    border-bottom-style: solid;
    border-bottom-width: thin;
}

h3, h2, h4 {
    text-decoration: underline;
}

img.right {
    float: right;
}

img.left {
    float: left;
    padding: 1em;
}
img.self {
    float: right;
}
.separator {
    float: none;
}
