@namespace url(http://www.w3.org/1999/xhtml);

*[title]:hover:after {
 content: " ("attr(title)")";
}

*[cite]:hover:after {
content: close-quote" (Source: "attr(cite)")";
}

*:before, *:after {
cursor: default;
}

a *:before, a *:after {
cursor: inherit;
}

