body {
    font-size: 62.5%;
    font-family:Georgia, serif;
}
* {
    color: #231F20;
    border: 0;
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
    vertical-align: top;
    line-height: 1.2em;
}
div {
    overflow: hidden;
    
}
strong, em, sup, sub, address {
    color: inherit !important;
    line-height: inherit !important;
}
address {
    display: inline;
}
td,
p,
a {
    font-size: 1.2em;
}
td p,
td a,
p a,
li a
{
    font-size: 1em;
    top: inherit;
}
sup {
    vertical-align: super;
}
h1,
h2,
h3,
h4
{
    font-weight: bold;
}
dt {
    font-size: 1.3em;
}
a,
a:visited,
a:active,
a:hover
{
    text-decoration: none;
    cursor: pointer;
}
hr {
    border-bottom: 1px solid #ccc;
}
.accessibility {
    display: none;
}

fieldset ul,
fieldset ol {
    list-style-type: none;
}
#related-content ul,
#main ul,
ul.navigation,
ul.navigation li,
ul.hfeed,
ul.hfeed li
{
    list-style-type: none;
}


