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