html, body {
   background: #93B8B6;;
}
a:link {
    color: #60A860;
    text-decoration: underline;
}
a:hover {
    color: #006400;
    text-decoration: underline;
}
a:visited {
    color: #60A860;
}
a:active {
    color: #60A860;
}
.nav {
    border: none;
}
#banner {
    display: none;
}
#container {
    background-color: #fff;
    width: 60%;
    font-size: 16px;
    font-family: arial;
    padding: 30px;
    margin: 0 auto;
    border: none;
    border: solid #005000 5px;
    border-radius: 10px;
    margin-top: 7px;
}
h1 {
    font-size: 28px;
    font-family: arial;
    color: #006400;
    text-align: center;
}
h2 {
    font-size: 27px;
    font-family: arial;
    color: #006400;
    text-align: center;
}
h3 {
    font-size: 24px;
    font-family: arial;
    color: #959595;
    text-align: center;
}
h4 {
    font-size: 21px;
    font-family: arial;
    color: #696969;
    text-align: center;
}
p {
    font-size: 18px;
}
img {
    max-width: 98%;
    height: auto;
}
#ChMoLogIm {
    width: 50px; height: 50px; margin-right: 5px; vertical-align: middle;
}
/* iPhone */
  @media only screen 
  and (min-device-width : 50px) 
  and (max-device-width : 709px){
      .mobileHide {display: none;}
      .mobileShow {display: inline;}
      #container {width: 100%; margin-top: 0;}
}