div.object-right
{
    margin: 3px;
    float: right;
}

div.object-left
{
    margin: 3px;
    float: left;
}

div.object-center
{
/*    float: center;*/
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.small, div.byline p, p.picturetext, .factbox, div.imageright p, div.imageleft p, div.imagecenter p, p.advancedsearch
/* Be careful not to make this size unreadable (blurred) by making it too small. */
{
    font-size: 85%;
}

