.tag-block {
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
display: inline-block;
background-color: #ccffff;
padding: 0px 5px 1px 5px;
margin: 2px;
}

.tag-block:hover{color: black; background-color: #000066; color: white;}
