body {
    font-size: 62.5%;
    font-family: Arial, sans-serif;
}
* {
    color: black;
    border: 0;
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
    vertical-align: baseline;
    line-height: 1em;
}
sup {
    vertical-align: super;
    color: inherit !important;
}
h1,
h2,
h3,
h4
{
    font-weight: bold;
}
dt {
    font-size: 1.3em;
}
a,
a:visited,
a:active,
a:hover
{
    text-decoration: none;
    cursor: pointer;
}
textarea,
input.text,
input[type=text],
input.password,
input[type=password]
{
    border: 1px solid black;
    padding: 5px;
}
input[type=submit],
input.submit {
    color: black !important;
    border: 2px outset #f0f0f0;
    background-color: #f0f0f0;
}
option, select {
    color: black;
}
input.dummy {
    color: black !important;
    background-color: white;
    border: none;
}
hr {
    border-bottom: 1px solid #ccc;
}
.accessibility {
    display: none;
}

fieldset ul,
fieldset ol {
    list-style-type: none;
}
