@import "../Standard.css";

/* Applies to: all text within a "TD" element which has a "CLASS" attribute of
     "Version".
   Used for: Bluetooth specification version number applicable to this row. */
TD.Version
{
    text-align: center;
    font-size: 67%;
}

