 

body { color: black; background: white }
.center { text-align: center }
.right { text-align: right }
img {
    vertical-align: middle;
    border: 0;
}
span.fbox {
    vertical-align: text-top;
    border-style: solid;
    border-width: thin;
    font-size: x-small;
    font-weight: bolder;
    background-color: yellow;
}