body {
    padding: 0;
    margin: 0;
    background-image: url("media/background.jpg");
    background-repeat: repeat-y;
    background-attachment: scroll;
    background-color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    color: #67200e;
    width: 720px;
}
nav img  {
    display: block;
}
a {
    color: #9f3215;
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
a:hover {
    text-decoration: none; 
    color: #d0401c;
}
th {
    font-weight: bold; 
    color: #f4eee7; 
    text-align: left; 
    background-color: #67200e
}
.sml {
    font-size: 9.5px;
}
.solid-body {
    padding: 0px;
    border: 1px solid #000000;
}

.submitbut {
  background-color : #e9e9e9;
  border : 1px solid;
  border-bottom : 1px solid Gray;
  border-top : 1px solid Silver;
  border-left : 1px solid Silver;
  border-right : 1px solid Gray;    
  font-size: 11px;
  font-weight: plain;
}

.submitbut2 {
  background-color : #e9e9e9;    
  border : 1px solid Gray; 
  font-size: 11px; 
  font-weight: bold;
}

.mp {
font-family : Verdana, Arial;
font-size : 11px ;
color : #FF9900; 
font-weight : bold;
background-color : #F7F7F7;
border : 1px solid #CDCFD0;
padding-top : 2px;
padding-bottom : 2px;
padding-left : 5px;
}

img[src*='#right'] {
    float: right;
    padding-left: 0.5em;
    padding-bottom: 0.5em;
}

img[src*='#left'] {
    float: left;
}

.letter {
    height: 40;
    width: 39;
    border: 0;
    float: left;
    padding-right: 0.3em;
}

.comma-separated {
    display: inline;
    list-style: none;
    padding: 0;
}

.comma-separated li {
    display: inline;
}

.comma-separated li:after {
    content: ", "
}

.comma-separated li:last-child:after {
    content: "."
}

div.wrapper {
    display: grid;
    grid-template-columns: 1fr 5fr;
    grid-template-areas:
    "header header"
    "nav    article"
    "footer footer";
}

header {
    grid-area: header;
    margin: 1em auto 1em auto;
}

nav {
    margin-left: 7px;
    grid-area: nav;
}

article {
    grid-area: article;
    margin:  0 1em;
}

article p:first-child {
    margin-top: 0;
}

footer {
    grid-area: footer;
    margin: 0 auto 0 auto;
    text-align: center;
    font-size: small;
    margin: 1em 0 2em 0;
}

nav ul {
    flex-direction: column;
}

table.example-mobs-objs {
    width: 100%;
}

.example-mobs-objs td:first-child {
    vertical-align: top;
    width: 20%;
}
