/* Keystone Research Solutions, LLC, Odenton, Maryland, USA content as of 2025-06-06. */

body {
    margin: 0;
    padding: 0;
    font-family: Verdana, sans-serif;
    color: #605349;
    line-height: 1.25em;
    background-color: #FFE6CC;
}
a {
    position: relative;
}
a:link {
    color: #A74928;
    text-decoration: none;
}
a:visited {
    color: #7F2100;
    text-decoration: none;
}
a:hover, a:focus {
    text-decoration: none;
    border-bottom: dotted 2px #892B0A;
}
a:active {
    color: #605349;
    top: 1px;
}

div#page {
    margin: 0;
    padding: 0;
}
div#page-header {
    margin: 0.25em;
    padding: 0.375em;
}
div#page-body {
    margin: 0.25em;
    padding: 0.375em;
    clear: both;
}
div#page-title {
    font: 2.5em sans-serif;
}
div#page-body-end {
    clear: both;
}
div#page-footer {
    margin: 0.25em;
    padding: 0.375em;
    clear: both;
}

#organization {
    margin: 0.25em;
    padding: 0.375em;
}
img#organization-logo {
    max-width:90px;
    height:auto;
    vertical-align: middle;
}
#organization-name {
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
}

#copyright {
    font-size: 0.9em;
    text-align: center;
}
#copyright a {
    color: #605349;
}

textarea {
    font-family: Amatic-sc, "Trebuchet MS", Oswald, sans-serif;
    font-size: 1em;
}
input {
    font-family: Amatic-sc, "Trebuchet MS", Oswald, sans-serif;
    font-size: 1em;
}
.button {
    transition-duration: 0.5s;
    background-color: #ffffec;
    border: 2px solid #b2b2b2;
    border-radius: 7px;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
}
.button:focus {
    background-color: #4CAF50;
    border: 2px solid #b2b2b2;
    border-radius: 8px;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}
.button:hover {
    background-color: #4CAF50;
    border: 2px solid #b2b2b2;
    border-radius: 8px;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}
.button:active {
    background-color: #3e8e41;
    transform: translateY(4px);
}
