body
{
font-family: arial, verdana;
background: #ffffcd;
}

a
{
color:red;
text-decoration:none;
}

a:hover
{
text-decoration:underline;
color:black;
background:url(images/rainbow2.gif);
}

