@charset "UTF-8";
/* CSS Document */

a.fb {
display: block;
width: 40px;
height: 40px;
background: transparent url(../images/hfacebook.png) no-repeat;
}

a.fb:hover {
background-position: -40px 0;
} 

a.yt {
display: block;
width: 40px;
height: 40px;
background: transparent url(../images/hyoutube.png) no-repeat;
}

a.yt:hover {
background-position: -40px 0;
}

a.ln {
display: block;
width: 40px;
height: 40px;
background: transparent url(../images/hlinkedin.png) no-repeat;
}

a.ln:hover {
background-position: -40px 0;
}

a.nl {
display: block;
width: 40px;
height: 40px;
background: transparent url(../images/hfeed.png) no-repeat;
}

a.nl:hover {
background-position: -40px 0;
}