#control {
    font-weight: bold;
    background: #d22;
    padding: 8px;
    width: 234px;
    border-right: solid 1px black;
    border-left: solid 1px black;
}

#control input[type=text], textarea {
    width: 100%;
    font-size: 120%;
    padding: 0.1em;
    border: solid 1px #999;
    background-image: url(http://static.aqi.wigflip.com/img/shade2.png);
    background-repeat: repeat-x;
}

#generate {
    font-size: 150%;
    margin-right: auto;
    margin-left: auto;
}

#output {
    width: 530px;
    background: white;
    color: black;
    background-image: url(http://static.aqi.wigflip.com/img/shade.png);
    background-repeat: repeat-y;
    text-align: center;
    border-right: solid 1px black;

}

#content {
    color: white;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}

body {
    background: #fc4;
    font-family: "Lucida Grande", "Luxi Sans", "Bitstream Vera Sans",
    "Trebuchet MS", helvetica, verdana, arial, sans-serif;

}

#welcome {
    text-align: left;
    padding: 1em;
}

#credits {
    padding-top: 8px;
    font-size: 75%;
}

#credits a {
    color: white;
}

#output a {
    color: #cc3333;
    text-decoration: none;
}

#output a:hover {
    text-decoration: underline;
}
