html
{
    font-size: 62.5%;
}

body
{
    color: #46545D;
    font-family: Arial, Verdana, sans-serif;
    font-size: 1.2em;
}

html, pre, body, p, ul, li, form, fieldset, legend, table, td, th, h1, h2, h3, h4, h5, dl, dt, dd
{
    margin: 0;
    padding: 0;
}
img, hr
{
    border: 0;
}
ul
{
    list-style-type: none;
}
a
{
    color: #900;
    text-decoration: underline;
}
a:hover
{
    text-decoration: none;
}
a:focus
{
    outline: none;
    text-decoration: none;
}
a:active
{
    text-decoration: none;
}

#content p, #subpage #content ul, #subpage #content ol, #subpage #content dl
{
    line-height: 160%;
    margin-bottom: 20px;
}
#content h1
{
    padding: 0 0 12px 0;
    margin-bottom: 15px;
    font-size: 1.8em;
    font-weight: normal;
}
#content h2
{
    font-size: 1.5em;
    font-weight: normal;
    margin-bottom: 10px;
}
#content h3
{
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 10px;
}
#content ul li
{
    padding: 0 0 0 15px;
    margin: 0 0 5px 10px;
    background: url(../images/right-arrow.gif) 0 7px no-repeat;
}
a:hover, #content a:focus, #content a:active
{
    text-decoration: none;
}