body {
    background-image: url("css/back\ alt.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
p {
    color: #010102;
    text-align: center;
}
h1 {
    color: #010102;
    text-align: center;
}
h3 {
    color: #010102;
    text-align: center;
}
a {
    text-decoration: none;
    color: #010102;
    text-decoration-color: #8e8e8e;
}
.red {
    color: #ff0000;
}
.grn {
    color: #008000;
}
.dgry {
    color: #333333;
}
.lgry {
    color: #808080;
}
.wht {
    color: #eeeeee;
}
.bld {
    font-weight: bold;
}
.pg {
    color: #bb0000;
}
.pgu {
    text-decoration: underline;
    color: #bb0000;
}
.pgu:hover {
    text-decoration: underline;
    font-weight: bold;
    color: #bb0000;
}
.lnk {
    text-decoration: underline;
    color: #bb0000;
}
.clnk {
    text-decoration: underline;
    color: blue;
}
.orng {
    color: #ff9900;
}
.bkgd {
    border: 8px solid #3f3f3f;
    background-color: #eeeeee;
    margin: auto;
    width: 800px;
    opacity: 0.9;
}
.bkgd-v {
    border: 8px solid #3f3f3f;
    background-color: #eeeeee;
    position: fixed;
    width: 800px;
    opacity: 0.9;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.sans {
    font-family: "Arial Black", Gadget, sans-serif;
}
.div {
    background-color: #afafaf;
    margin: auto;
    height: 5px;
    width: 775px;
}
.divsm {
    background-color: #afafaf;
    margin: auto;
    height: 5px;
    width: 225px;
}
.txtcon {
    border: 4px solid #afafaf;
    margin: auto;
    height: 150px;
    width: 700px;
    overflow: scroll;
}
.txtconst {
    border: 4px solid #afafaf;
    margin: auto;
    width: 700px;
}
.in {
    margin: auto;
    width: 775px;
}
.txtconin {
    margin: auto;
    width: 675px;
}
.pgu {
    text-decoration: underline;
    font-weight: normal;
    color: #bb0000;
}
.pgu:hover {
    text-decoration: underline;
    font-weight: bold;
    color: #bb0000;
}
.txtcondiv {
    background-color: #afafaf;
    margin: auto;
    height: 5px;
    width: 675px;
}
.txtconstin {
    margin: auto;
    height: 100px;
    width: 700px;
    overflow: scroll;
}
.repimg {
    border: 4px solid #bb0000;
    width: 75%;
}
.button {
    border: 5px solid #2e2e2e;
    border-radius: 8px;
    background-color: #3f3f3f;
    width: 75%;
    margin: auto;
}