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