html, body, dl, ul, ol, li, dd, dt, h1, h2, h3, h4, h5, h6, pre, p, blockquote, table, caption, tr, td, th, form, fieldset, embed {
    margin: 0;
    padding: 0;
}
html, body {
    width: 100%;
    height: 100%;
}
a img, fieldset {
    border: none;
}
img, fieldset, legend, legend span, embed {
    display: block;
}
table {
    border-collapse: collapse;
    border: none;
    empty-cells: show;
    font-size: 100%;
}
table th {
    text-align: left;
}
ul {
    list-style-type: none;
}
.clear {
    clear: both;
}
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clear {
    height: 1%;
}
.clear {
    display: block;
}
/* End hide from IE-mac */

a {
    color: #046d44;
    text-decoration: underline;
}
a:hover {
    color: #b22e3a;
}
a:active, a:focus {
    outline: 0;
}

