.abox {
    width: 170px;
    height: 240px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 0.9em;
    font-weight: bolder;
}

.abox .imgholder {
    height: 190px;
    width: 170px;
    vertical-align: middle;
    display: table-cell;
    text-align:center;
}

.abox .imgholder img {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.abox p {
    padding-left: 0px;
    padding-right: 0px;
}

.abox p a {
    text-decoration: none;
    color: #333333;
}

.abox p a:hover {
    text-decoration: underline;
    color: #333333;
}

.clearing {
    clear:left;
}

