.tags_cloud {
    text-align:center;
    margin:0px 18px 30px auto;
}

.tag_entry {
    margin:0px 1px;
    line-height:30px;
    border:0px solid green;
}

.tag_entry a,
.tag_entry a:link,
.tag_entry a:visited,
.tag_entry a:active,
.tag_entry a:hover {
    text-decoration: none;
}

.tag_entry a:hover {
    color: #EB474D;
    text-decoration: underline;
}

a.even_entry {
    color: #B57D66;
}

a.odd_entry {
    color: #4971A0;
}

