body {
    background-color: #FFF;
    margin: 40px;
}
.head {
    font-size: 14px;
    line-height: 16px;
    color: #333;
    font-family: 'ibm_plex_monolight';
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0em;
    word-spacing: 0em;
}
.capt {
    font-size: 10px;
    line-height: 16px;
    color: #000;
    font-family: 'ibm_plex_monoregular';
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0em;
    word-spacing: 0em;
}
.body {
    font-size: 13px;
    line-height: 16px;
    color: #000;
    font-family: 'ibm_plex_monolight';
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0em;
    word-spacing: 0em;
}
    a:link {
    color: #000;
    text-decoration: none;
}
    a:visited {
    color: #000;
    text-decoration: none;
}
    a:hover {
    color: #CC0033;
    text-decoration: none;
}
    a:active {
    color: #000;
    text-decoration: none;
}
img {
    border:0;
}
    img a:link {
    border:0;
    text-decoration:none;
}
img a:hover {
    border:0;
    color:transparent;
    text-decoration:none;	
}