body, div, p, a {
    background-color: #ffe;
    color: #003;
    font-family: Trebuchet MS, Lucida Grande, Verdana;
}

#sidebar {
    float: left;
    width: 180px;
}

#sidebar a {
    text-decoration: none;
}

#sidebar ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

#body {
    margin-left: 183px;
}

.title {
    font-size: 2.6em;
}

input {
    background-color: #ffe;
    color: #003;
    font-family: Trebuchet MS, Verdana;
    font-size: 0.8em;
}

input#query {
    width: 6em;
}

input#searchsubmit {
}

