body {
  margin:auto;
  font-family: sans-serif;,
  color: white;
  background-color: #272727 ;
  max-width:800px;
  padding:14px;
  border:solid 2px #333;
}

ul.navbar {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 2em;
  left: 1em;
  width: 9em }
ul.navbar li {
  background: white;
  margin: 0.5em 0;
  padding: 0.3em;
  border-right: 1em solid black }
ul.navbar a {
  text-decoration: none }

h2 {
  font-family: Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif ;
    color:#eee;
    }
p {
  color:#eee;
  max-width: 800px;
}
img.wrap {
  float: right;
}


a:link {
  color: lightblue; }
a:visited {
  color: lightgreen; }
address {
  margin-top: 1em;
  padding-top: 1em;
  border-top: thin dotted; }

header {
  width:800px;
  background:black;
  text-align:center;
  color:orange;
  padding-top:12px;
  padding-bottom:14px;
}

footer {
  width:800px;
  background:black;
  text-align:center;
  color:orange;
  padding-top:12px;
  padding-bottom:14px;
}


.flex-container {
  display: flex;
  flex-direction: row;
}
.aBox {
  max-width: 300px;
  padding:10px;
  margin:4px;
  color:rgb(217, 230, 235);
  background-color:#444;
  border-style: solid;
  border-width:2px;
  border-color:#777;
}

#nocooky {
  padding-top:5px;
  font-size:10pt;
  color:#888;
  font-style:italic;
}

/* Responsive layout - makes a one column layout instead of a two-column layout */
@media (max-width: 800px) {
  .flex-container {
    flex-direction: column;
  }
}

