﻿
.WrapperPW {
    margin-top: -10px;
    width: 1080px;
    background-color: honeydew;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    border-bottom: groove 2px black;
    border-left: groove 2px black;
    border-right: groove 2px black;
}

.TitleRow {
    background-color: darkcyan;
    height: 60px;
    text-align: center;
    border-bottom: groove 2px black;
    color: white;
}
.HRowPW1 {
    background-color: darkseagreen;
    height: 40px;
    margin-top: -18px;
    text-align: center;
    border-bottom: groove 2px black;
    color: black;
}

.subContent {
    color: black;
}