body {
  color: #2e3192;
  background-color: white;
  font-family: "courier new",courier,monospace;
}

h1 {
  text-align: center;
}

h4 {
  text-align: center;
}

a {
  color: #2e3192;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #ec008c;
}

table.container {
  margin: auto;
  width: 100%;
}

img.john-witney {
  width: 256px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  color: #2e3192;
  padding: 5px;
}

img.appicon {
  width: 128px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 25%;
  #border-style: solid;
  #border-width: 1px;
  #color: #2e3192;
  #padding: 5px;
}

table.contact {
  font-family: "courier new",Courier,monospace;
  font-size: 180%;
  font-weight: bold;
}

td.contact {
  color: #ec008c;;
  text-align: right;
  vertical-align: top;
}

p.smallprint {
  text-align: center;
  font-size: 80%;
  color: black;
}

@media (min-width: 640px) {
  table.container {
    width: 640px;
  }
}

img.logo {
  width: 640px;
}

img.iconleft {
  width: 128px;
  float: left;
}

img.iconright {
  width: 128px;
  float: right;
}

@media (max-width: 640px) {

  img.logo {
    width: 100%;
  }

  img.iconleft {
    width: 80px;
  }

  img.iconright {
    width: 80px;
  }

  img.john-witney {
    width: 160px;
    padding: 5px;
  }

  table.contact {
    font-size: 140%;
  }

  p.smallprint {
    font-size: 60%;
  }
}
