.itembody a {
    color: black;
    border-bottom: solid 1px #FFBA27;
}

div.gallery img:hover {
    border-color: #FFBA27;
}

h1, h3, a, .itembody a:hover, .tagcloud a {
    color: #df9a27;/*#FFBA27;*/
}

.itembody a:hover {
    text-decoration: none;
}

.tagcloud a {
    border: none;
}

.tagcloud a:hover {
    text-decoration: underline;
}

a.selected {
    color: white;
    background-color:#eea916;
}