/* 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;
    color: #003478; 
    border-bottom: 1px dotted #003478;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
}

a.ubernym {
	text-decoration:none;
	}
    
@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;}
}