a:link {
font-weight:bold;
color:blue;
 text-decoration:none;
}

a:visited {
font-weight:bold;
color:blue;
 text-decoration:none;
}

a:hover {
font-weight:bold;
 text-decoration:none;
background-color:gray;
 text-decoration:none;
}


a:active {
font-family:cursiv;
font-weight:bold;
color:#FFFFFF;
background-color:gray;
text-decoration:none;
}


