/* begin global */
body {
    background-color: #fff;
    color: #000;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 62.5%; /* Resets 1em to 10px */
    font-weight: normal;
    margin: 0;
    min-width: 750px;
}

h1,
h2,
h3,
h4 {
    margin-bottom: 0;
    text-align: center;
}

h1,
h2 {
    font-size: 1.5em;
}

h3,
h4 {
    font-size: 1.3em;
}

h1 a,
h3 a,
h4 a {
    color: #006;
    text-align: center;
    text-decoration: none;
}

h1 a:hover,
h3 a:hover,
h4 a:hover {
    text-decoration: none;
}

h2 a {
    color: #000;
    text-align: center;
    text-decoration: none;
}

h2 a:hover {
    color: #006;
    text-align: center;
    text-decoration: none;
}

table {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 1.0em;
    font-weight: normal;
}

a {
    text-decoration: underline;
}

a.listing {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
/* end global */
