acronym {
    cursor: help;
    color: #fff; 
    border-bottom: 1px dashed #fff;
}
acronym:hover {
    color: #ffce32;
	border-bottom: 1px dashed #ffce32;
}    
@media aural {
    acronym {speak : normal;}
}