body {
    background-color: white;
    color: black;
    font-family: "Trebuchet MS", Verdana, Geneva, Helvetica, sans-serif;
    line-height: 1.4em;
}

a {
    text-decoration: none;
    color: #003CD7;
}
a:visited { color: #003CD7; }
a:hover   { background-color: #dddddd; }

h1 {
    margin-bottom: 30px;
}

table {
    border-spacing: 1px;
    border-style: solid;
    border-color: #888888;
    border-width: 0px;
}

input.text {
    border: solid 1px #000000;
}

input:focus,
textarea:focus {
    background-color: #e9edf5;
}

div#formfield {
    border-color: black;
    border-style: dotted;
    border-width: 1px;
    border-spacing: 5px;
    margin: 5px;
    padding: 5px;
}

.error {
    color: #ff0000;
    font-family: monospace;
}

