@import url(blueprint/reset.css);

body {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 0.8em;
    line-height: 150%;
    margin: 2em;
}
h1 {
    border-bottom: 1px solid #336699;
    color: #336699;
    font-family: Georgia;
    font-size: 1.5em;
    font-weight: normal;
    margin-top: 1em;
}
h2 {
    color: #0066dd;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 2em;
}
h3 {
    font-size: 1em;
    font-weight: bold;
    margin-top: 2em;
}
a:hover {
    color: #bbaa77;
    text-decoration: none;
}
input, textarea, button {
    font-family: Tahoma, Arial;
}
input, textarea {
    border: 1px solid #336699;
    padding: 5px;
}
textarea:focus {
    background-color: #eeeeff;
}
#setting {
    clear: both;
    border: 1px dotted #336699;
    float: left;
    padding: 1em;
}
#setting input {
    color: #003366;
    font-family: Courier New;
    font-size: 1.1em;
    padding: 2px;
    width: 3em;
}