* {
    margin: 0;
    padding: 0;
}

html, body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
}

td, th {
    text-align: left;
    vertical-align: top;
}

p {
    padding-bottom: 15px;
    line-height: 20px;
}

img { border: none; }

form, input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
    vertical-align: middle;
}

li { list-style: none; }

h1, h2, h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000000;
    font-weight: normal;
}

a {
    font-size: 13px;
    color: #000000;
    text-decoration: underline;
}

a:visited {
    font-size: 13px;
    color: #000000;
    text-decoration: underline;
}

a:hover {
    font-size: 13px;
    color: #000000;
    text-decoration: none;
}

a:focus, a:active { outline: none; }