a {
    opacity: 0.5;
}
a:hover {
    opacity: 1;
}
img {
    width: 250px;
    float: left;
    margin: 20px;
}