body {
    font-size: 13px;
    line-height: 1.25;
    font-weight: 400;
    font-family: 'Times New Roman', Times, serif;
    color: #003366; 
    background-image: url("../assets/backgrnd.png");
}

.container {
    max-width: 800px;
    text-align: center;
}

.left {
    text-align: left;
}

.prow {
    border-bottom: 1px solid #E1E1E1;
    padding-top: 12px;
    padding-bottom: 12px;
}

.h {
  margin-top: 8px;
}

.v {
  margin-top: 8px;
}

.pdata {
    text-align: center;
}

.header {
  padding-top: 36px;
}

a:link {
    color: #000099;
  }

a:visited {
    color: #000033;
  }

@media (min-width: 550px) {

  .h {
    margin-top: 64px;
  }
  
  .v {
    margin-top: 96px;
  }
  
  .pdata {
      text-align: left;
  }

}
