body
{
background-color: #FFB867;
}

/* links */
a:hover
{
color: #000000;
background: #FFB867;
text-decoration: none;
}

a:focus
{
color: #000000;
background: #FFB867;
text-decoration: none;
}