body{ 
height: 100%; 
background-color : black;
}
a{
background : transparent ;
}
a:hover {
background : transparent ;
filter:alpha(opacity=30);
}

