html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
    margin: 0;
    padding: 0;
}

body {
    background: #adb7b8 url("/images/bg.png") top right repeat-y;
    color: #333;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    font-size: 14px;
}

a {
    color: #006d99;
}

a:hover {
    color: #c60;
}

a img {
    border: 0;
}

h1 {
    color: #006dba;
    font-size: 18px;
}

h2 {
    color: #006dba;
    font-size: 16px;
    margin-bottom: 8px;
}

h3 {
    font-size: 14px;
    margin-bottom: 1em;
}

h4 {
    font-size: 13px;
    margin-bottom: 8px;
}

p {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
    line-height: 1.4em;
    margin-bottom: 1.4em;
}

input[type="text"], input[type="password"], textarea {
    padding: 4px;
    width: 100%;
}

input, textarea, select {
    font-size: 16px;
}

textarea {
    height: 200px;
}

form {
    line-height: 1.4em;
}

form h2 {
    color: #006dba;
    font-size: 14px;
    margin-top: 1.4em;
}

form p {
    font-family: Verdana;
    font-size: 11px;
}

hr {
    margin: 1.4em 0;
}

abbr {
    border-bottom: 1px dashed #000;
    cursor: pointer;
}