﻿/* Style Sheet: Screen (Section 508) */

*[title] {
	cursor: help;
}

/* structure */
body {
	voice-family: female;
}

/* text */
abbr, acronym, span.abbr {
	border: none;
	cursor: help;
	font-family: inherit;
}
abbr.initialism {
	speak: spell-out;
}

/* hypertext */
a *[title], a[title], a abbr, a acronym, a span.abbr {
	cursor: pointer;
}

/* Style Sheet/CSS 2.1. */