html {
    background-color: black;
}
body {
    font-family: 'courier new';
    font-size; 12pt;
    color: white;
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
}
h1 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13pt;
    color: black;
    background: white;
    margin: 25px 0px 25px 0px;
    padding: 15px;
}
h2 {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 13pt;
    color: white;
    padding-top: .5em;
    padding-bottom: .5em;
    padding-left: .25em;
    border:2px solid white;
}
h3 {
    text-align: left;
    //text-transform: uppercase;
    font-weight: normal;
    margin: 1em -1em 0em -1em;
    padding: 0.8em 1em 0.8em 1em;
    color: black;
    background: cyan;
    font-size: 12pt;
    font-weight: 150;
}
h3:hover {
    background: white;
}
h4 {
    background: white;
    padding-top: .5em;
    padding-bottom: .5em;
    padding-left: .25em;
    font-size: 12pt;
    font-weight: 150;
}
h4:hover {
    background: orange;
}
main {
    margin: auto;
    align-content: center;
    width:850px;
    height:100%;
}
table {
    border:1px dashed white;
    border-collapse: collapse;
    margin: 25px 0px 25px 0px;
}
img.thumbnail {
    display: block;
    margin: auto;
    width: 100%;
}
th {
    font-family: 'courier new';
    font-size; 12pt;
    color: white;
    padding-top: .5em;
    padding-left: .5em;
    padding-right: .5em;
    padding-bottom: .5em;
    font-weight: normal;
    border:1px dashed white;
    width: 33%;
}
tr {
    height: 283.333px;
    border:1px dashed white;
}
tr.dataSheet {
    height: 0px;
}
section {
    border:1px dashed white;
    margin: 25px 0px 25px 0px;
    padding: 25px;
}
section.noBorder {
    border:none;
    margin: 25px 0px 25px 0px;
    padding: 25px;
}
a {
    color: black;
    background: white;
}
a:hover {
    background: orange;
}
a.contents {
    color: white;
    background: black;
}
a.contents:hover {
    color: orange;
}
a.projects {
    background: none;
    font-style: italic;
}
a.projects:hover {
    color: orange;
    font-weight: bolder;
}
a.fpIndex {
    background: none;
    font-style: italic;
}
li {
    list-style-position: inside;
    padding-top: .3em;
}
img {
    display: block;
    margin-top: .25em;
    margin-bottom: .25em;
    margin-left: auto;
    margin-right: auto;
}
div.commands {
    border: 1px dotted white;
    font-size:10pt;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    padding-top: 1em;
    margin-bottom: 1em;
}
div.indent {
    font-size:10pt;
    padding-left: 1em;
}
div.codeBox {
  background: none;
  text-align: left;
  border: 1px dotted white;
  padding-left: 20px;
    margin-bottom: 1em;
}