
figure {
  text-align: center;
  border: thin gray solid;
  margin: 0.5em;
  padding: 0.5em;
}

figure.align-left {
    float: left;
}

figure.align-right {
    float: right;
}


figure figcaption {
    margin: 6px 8px 6px 8px;
    text-align: center;
}




#tagcloud {
    width: 100%;
    color:#0066FF;
    padding: 10px;
    text-align:center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
 
#tagcloud a:link, #tagcloud a:visited {
    text-decoration:none;
    color: #333;
}
 
#tagcloud a:hover {
    text-decoration: underline;
}
 
#tagcloud span {
    padding: 4px;
}
 