body {
    background-color: #d6e9f2;
    margin: 0.5em auto;
    min-width: 400px;
    max-width: 800px;
    min-height: 100%;
    font-size: medium;
    padding: 1em;
}
h1 { font-size: 2.5em !important; font-weight: normal !important; margin: 1rem 0 !important; }
h2 { font-size: 1.2em; font-weight: bold; }
table { border-collapse: collapse; margin: 0.5em }
table th, td { border-collapse: collapse; border: solid 1px darkgray; padding: 0.2rem 0.5rem }
a { color: #024dbd }

.IndentMC { text-indent: 0;   margin: 0.2em 0; }
.IndentPG { text-indent: 1.5em; margin: 0.2em 0; }
.IndentSG { text-indent: 3em; margin: 0.2em 0; }
.IndentBT { text-indent: 4.5em; margin: 0.2em 0; }
.IndentET { text-indent: 6em; margin: 0.2em 0; }

.indent1 { text-indent: 1em; }

.HitString { background-color: aqua; }

hr { margin: 1em 0; }

.BlockButton
{
    display: inline-block;
    border: solid 1px black;
    background-color: black;
    padding: 0;
    color: white;
    border-radius: 5px;
    margin: 5px 0;
}

.BlockButton a
{
    display: inline-block;
    color: white;
    text-decoration: none;
    padding: 0.5em;
}

.BlockButton2
{
    display: inline-block;
    border: solid 1px black;
    background-color: black;
    color: gray;
    border-radius: 5px;
    margin: 5px 0;
    padding: 0.5em;
    cursor: default;
}

select { padding: 0.2rem }

.TextRed
{
    color: red;
}
