html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

body {
    margin: 0 auto;
    padding: 2em 2em 2em;
    /*max-width: 800px;*/
    font-family: sans-serif, Helvetica, Arial, "Helvetica Neue";
    font-size: 16px;
    line-height: normal;
    color: #000;
    background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

h1 {
    color: #000;
    font-size: 24px;
    line-height: 30px;
}

h2 {
    color: #000;
    font-size: 16px;
    line-height: 22px;
    margin-top: 30px;
    margin-bottom: 30px
}

h3 {
    color: #ddd;
    font-size: 16px;
    line-height: 22px;
    margin-top: 30px;
    margin-bottom: 30px
}

h4 {
    color: #000;
    font-size: 16px;
    line-height: 22px;
    font-style: italic;
    margin-top: 30px;
    margin-bottom: 30px
}

/*footer*/
h5 {
    color: #000;
    font-size: 12px;
    line-height: 20px;
    margin-top: 50px;
    margin-bottom: 10px
}

a {
    color: #00f; 
    text-decoration: none;
    border-bottom: 2px solid #00f;
    padding-bottom: 0px;
}

table {
    border-collapse: collapse;
    border: 0px;
    max-width: 100%;
    text-align: left;
}

th {
    width: 400px;
    min-width: 400px;
    padding-right: 50px;
    vertical-align: top;
}

td{
    vertical-align: top;
}

b, strong {
    font-weight: bold;
    color: #f00;
}

pre {
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    tab-size: 16;
}

samp {
    display: none;
}

img {
    border-style: none;
    vertical-align: top;
    margin: 10px 20px 10px 0px;
}

.image-link {
    border: none;
}
