body {
    font-size: 12px;
    font-family: trebuchet ms, Verdena;
}
h1 {
    font-size: 2em;
}
span#keyword {
    text-decoration: underline;
}
div#content {
    margin-left: 10px;
}
input#keyword {
    width: 250px;
    border: 1px solid #aaa;
    background: url(../img/search.gif) no-repeat;
    background-position: 0 50%;
    padding-left: 17px;
    ime-mode: disabled;
}
div#result {
    background: lavender;
    width: 50%;
}
div#footer {
    margin-top: 10px;
}
div#footer p {
    margin: 3px;
}
img {
    border-style: none;
}
address {
    font-style: normal;
}
