html, body
{
    background: rgb(255,255,153);
    /*margin: 0px;*/
    padding: 0px;
    font-family: Verdana, "Geneva CE", "Arial CE", sans-serif;
    font-size: 0.9em;
}

a
{
    text-decoration: underline;
    color: rgb(0,0,0);
    font-weight: bold;
}

a:hover
{
    text-decoration: none;
    color: rgb(255,153,51);
}

img
{
    border: none;
}