div h1
{
    font-family: "times new roman", serif;
    width: 150px;
    padding: 5px;
    color: rgb(138,100,63);
    background-image: url(nut.gif);
    background-repeat: no-repeat;
    padding-left: 60px;
    height: 34px;
    border-bottom: 0;
    font-size: 30px;
    letter-spacing: -1px;
    font-weight: bold;
}

.question
{
    font-size: 125%;
    background-color: rgb(206,206,206);
    background-image: url(image/back.gif);
    padding: 30px;
    width: 500px;
}

.question span
{
    background-color: rgb(206,206,206);
}

.hint
{
    color: rgb(170,146,9);
}