body {
    font-family: tahoma, sans-serif;
    font-size: 1.2em;
    background-color: #DEE7EC;
    text-align: center;
}

legend {
    font-weight: bold;
}

h1, h2, h3 {
    color: #003663;
    margin: 5px;
    border-bottom: 2px solid #003663;
    text-align: left;
    padding-left: 15px;
}

h4 {
    color: #003663;
    text-align: right;
    margin: 0 10px 0 0;
    font-size: 0.8em;
}

h1 {
    padding-top: 15px;
}

a {
    color: #C00000;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

abbr {
    border-bottom: 1px dashed #000000;
}

fieldset {
    border-top: 0px;
    border-right: 1px dashed #000000;
    border-bottom: 1px dashed #000000;
    border-left: 0px;
    margin: 0px 10px 15px 25px;
}

.content {
    border-left: 5px solid #003663;
    margin: auto auto 30px auto;
    text-align: left;
    font-size: 0.9em;
}

.twitter-post {
    margin: 10px 10px 15px 25px;
    padding: 0px 5px 5px 5px;
    border-right: 1px dashed #000000;
    border-left: 1px dashed #000000;
    border-bottom: 1px dashed #000000;
    font-size: 0.7em;
}

.twitter-post .date {
    font-weight: bold;
    color: #003663;
}

.info {
    font-size: 0.6em;
    color: green;
}

.error {
    font-size: 0.6em;
    color: red;
}

#main {
    width: 980px;
    margin: auto;
    background-color: #FFFFFF;
}

#avatar {
    margin-left: 20px;
}

#contact {
    background-image: url('/images/avatar.jpg');
    background-position: 99% 5%;
    background-repeat: no-repeat;
    font-size: 1.0em;
}

#usable-links {
    font-size: 0.8em;
    margin-bottom: 10px;
}

#contact #form {
    width: 500px;
    float: right;
}

#form textarea {
    float: right;
    width: 100%;
    height: 100%;
}

#form #submit {
    float: right;
}

input {
    border: 1px solid gray;
}

input.datepicker {
    background: transparent url('/calendar.png') no-repeat right;
    border: 1px solid gray;
}
