a:link {
    color: #2b5c8e;
    text-decoration: underline;
}

a:visited {
    color: #b66e04;
    text-decoration: underline;
}

a:hover, a:active {
    color: #e28700;
    text-decoration: underline;
}

body {
    background: #ffffff;
    color: #000000;
    cursor: default;
    font: 12px Arial, sans-serif;
    margin: 0;
    padding: 5px 4px 5px 4px;
}

form {
    display: inline;
}

img {
    border: 0;
}

h1, h2, h3 {
    font-size: 14px;
    margin: 0;
    padding: 3px 3px 3px 3px;
}

p {
    margin: 0;
    padding: 0 0 5px 0;
}

input, textarea, select {
    font: 12px Arial, sans-serif;
}

table {
    border: 0;
    font-size: 12px;
}

th, td {
    padding: 0;
}

th {
    text-align: left;
}