.directories {
    margin: 0px;
    padding: 0px;
}

.directories li {
    display: block;
    float: left;
    margin: 5px;
    width: 120px;
    height: 120px;
    border: solid 1px #000000;
}

.directories li:hover {
    background-color: #3399ff;
    cursor: pointer;
}

.directories li p {
    text-align: center;
}

.directories a {
    text-decoration: none;
}

.picture_link {
    text-align: center;
    height: 30%;

}

.picture_picture {
    height: 70%;
    text-align: center;
    margin-top: 10px;;
}