body {
    font-size: 62.5%;
    font-family: Georgia, serif;
}
* {
    color: black;
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
    vertical-align: baseline;
    line-height: 1em;
}
span {
    color: inherit;
}
sup {
    vertical-align: super;
    color: inherit;
}
p,
dl
{ font-size: 1.2em;}
dl p {
    font-size: 1em !important;
}
dt, dd {
    line-height: 1.4em;
}

ul, ol {
    margin-left: 1.5em;
}
a,
a:visited,
a:active,
a:hover
{
    text-decoration: none;
    cursor: pointer;
}
textarea,
input.text
{
    border: 1px inset #f0f0f0;
}
input.submit {
    color: black !important;
    border: 2px outset #f0f0f0;
    background-color: #f0f0f0;
    
    padding-top: .25em;
}
hr {
    border-bottom: 1px solid #ccc;
}
.accessibility {
    display: none;
}
table {
    border-spacing: 0;
}

