a
{
color:blue;
text-decoration:none;

}
a:hover
{
color:yellow;
text-decoration:underline;
/*font-weight:bold;*/
background-color:red;
}
