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