strong {
	color: red;
}
em {
	color: blue;
	font-style: normal;
	font-weight: bold;
}
li {
	line-height: 1.75em;
}
li li {
	line-height: 1.5em;
}
li li li {
	line-height: 1.25em;
}

div.content, div.inject, div.injectAnimation {
	margin: 3px;
	min-height: 3em;
	padding: .3em;
}

img.small {
	height: 50px;
}

#page-ajax img {
	height: 200px;
}

div.examples tr.alt td {
	background: gray;
}
