html, body {
        width: 100%;
        margin: 0px;
        font-family: Verdana;
        font-size: 18px;
        color: #000000;
        text-align:center;
}
h1 {
        color:#1E2134;
}
a {
        color: #0017A7;
        text-decoration: none;
}
a:hover {
        color: #0023FF;
        text-decoration: underline;
}
img {
        border: 0px;
}
body div{
        padding-top:10px;
}
body table{
        margin:0 auto;
}

