html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  color: #ffffcc;
  background-color: #660000;
  font-family: 'Times New Roman', Times, serif;
  max-width:640px;
}
h1 {
  font-weight: 700;
  font-size: 32;
}
h2 {
  font-weight: 700;
  font-size: 1.5em;
}
a {
  color: #000ac0;  
}

a:visited {
  color: #008000;
}

.dogpic {
  background-image: url("/img/Me.jpg");
  height: 512px;
  background-repeat: no-repeat;
  background-size: contain;
}

.dogpicctr {
  background-color: #ffffcc;
  color:#660000;
}