/* DEFAULT CSS for ubernyms.
 * ALL rules are applied only to items with the ubernyms class on them
 * this way we avoid messing up existing styles as much as possible.
 */
/* Base acronym and abbr style */
.ubernym acronym, .ubernym abbr, span.ubernym, a.ubernym   { cursor: help; }
a.ubernym { color: #3e3e3e; }
a.ubernym:hover {
    color: #f79c6b; 
}    
@media aural {
    /* Abbreviation speech styles */
    .ubernym acronym {speak : normal;}
    .ubernym abbr.acronym {speak : normal;}
    .ubernym abbr.initialism {speak : spell-out;}
    .ubernym abbr.truncation {speak : normal;}
}
