.normal_black {
    color: #000000;
    font-size: 12px;
    text-transform: none;
    font-weight: normal;
}
.normal_blue {
    color: #003399;
    font-size: 12px;
    text-transform: none;
    font-weight: normal;
}

.normal_red {
    color: #cc0000;
    font-size: 12px;    
    text-transform: none;
    font-weight: normal;
}

.upper_blue {
    color: #003399;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
}

.upper_red {
    color: #cc0000;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
}

.strong_red {
    color: #cc0000;
    font-size: 12px;
    font-weight: bold;
    text-transform: none;
}

strong {
    color: #003399;
}

img {
    float: left;
    margin-top: 16px;
    margin-right: 16px;
    margin-bottom: 16px;
}

.entry img {
    float: none;
   /* margin-top: 16px;*/
    margin-right: 16px;
    /*margin-bottom: 16px;*/
    border: 0px;
}

.entry a {
    color: #003399;
    text-decoration: none;
}

.entry a:hover {
    color: #003399;
    text-decoration: underline;    
}