/* CSS associated with:
http://alastairc.ac/testing/javascript/enhancements/ */

/* Link Highlights */

a.highlightlink { 
	white-space:nowrap; /* is this IE only? */
}
#content .highlightlink img {
	border: 0; 
	height: 0.8em;
	vertical-align: baseline;
	margin: -0.2em 0;
}

.hidden {display: none;}

h2 a, h3 a, h4 a {
	font-size: 70%;
	vertical-align: top;
	text-decoration: none;
}
h2 a:hover, h3 a:hover, h4 a:hover {
	text-decoration: none;
}

/* Blockquotes */

.linked {cursor:pointer;}
.linked address a {
	display:block;
	text-align:right;
}
.linked:hover address a {text-decoration:underline;}

/* Abbreviations */
abbr, acronym, span.abbr {
	border-bottom:1px dashed #666666;
	cursor:help;
}