@charset "UTF-8";

/* CSS Document */
/* 10/28/2016 EEJ added the following @media as another measure against image theft. If they try to Print from the browser's menu, the page becomes blank.*/
@media print {
  html, body {
    display: none; /* hide whole page */
  }
}
body {
  background-color: #ffffcc;
  background-color: aquamarine;
  padding: 0;
  margin: 0;
  height: 100%;
  min-height: 100%;
  width: 100%;
  font-size: medium;
}