.zoneContainer {
    width: 760px;
    cursor: pointer;
    margin: 0 40px;
    overflow: hidden;
}

.zoneIconContainer {
    float: left;
    padding-right: 40px;
    position: relative;
}

.zoneTextContainer {
    width: 660px;
    float: left;
    position: relative;
    color: black;
}

.zoneTextTitle a:link, 
.zoneTextTitle a:visited,
.zoneTextTitle a:hover,
.zoneTextTitle a:active {
    font-weight: bold;
    text-decoration: none;
    color: black;
}

.zoneTextMessage a:link, 
.zoneTextMessage a:visited,
.zoneTextMessage a:hover,
.zoneTextMessage a:active {
    margin-top: 5px;
    text-decoration: none;
    color: black;
}
