@import url("../style.css");
div#header {
   text-align: center;
   background: teal;
   color: aqua;
   border-style: solid;
   border-color: silver;
}
div#lhead {
   text-align: left;
   float: left;
}
div#rhead {
   text-align: right;
   float: right;
}

div#footer {
   font-size: 8pt; /* makeit small-prints */
   text-align: center;
   background: teal;
   color: aqua;
   border-style: solid;
   border-color: silver;
}

h1,h2,h3,h4,h5,h6,dt {
  color: yellow; 
}
